Show / Hide Table of Contents

Class FoldersResource.LocationsResource.LogScopesResource.GetRequest

Gets a log scope.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<LogScope>
LoggingBaseServiceRequest<LogScope>
FoldersResource.LocationsResource.LogScopesResource.GetRequest
Implements
IClientServiceRequest<LogScope>
IClientServiceRequest
Inherited Members
LoggingBaseServiceRequest<LogScope>.Xgafv
LoggingBaseServiceRequest<LogScope>.AccessToken
LoggingBaseServiceRequest<LogScope>.Alt
LoggingBaseServiceRequest<LogScope>.Callback
LoggingBaseServiceRequest<LogScope>.Fields
LoggingBaseServiceRequest<LogScope>.Key
LoggingBaseServiceRequest<LogScope>.OauthToken
LoggingBaseServiceRequest<LogScope>.PrettyPrint
LoggingBaseServiceRequest<LogScope>.QuotaUser
LoggingBaseServiceRequest<LogScope>.UploadType
LoggingBaseServiceRequest<LogScope>.UploadProtocol
ClientServiceRequest<LogScope>.Execute()
ClientServiceRequest<LogScope>.ExecuteAsStream()
ClientServiceRequest<LogScope>.ExecuteAsync()
ClientServiceRequest<LogScope>.ExecuteAsync(CancellationToken)
ClientServiceRequest<LogScope>.ExecuteAsStreamAsync()
ClientServiceRequest<LogScope>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<LogScope>.CreateRequest(bool?)
ClientServiceRequest<LogScope>.GenerateRequestUri()
ClientServiceRequest<LogScope>.GetBody()
ClientServiceRequest<LogScope>.GetDefaultETagAction(string)
ClientServiceRequest<LogScope>.ETagAction
ClientServiceRequest<LogScope>.ModifyRequest
ClientServiceRequest<LogScope>.ValidateParameters
ClientServiceRequest<LogScope>.ApiVersion
ClientServiceRequest<LogScope>.RequestParameters
ClientServiceRequest<LogScope>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Logging.v2
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class FoldersResource.LocationsResource.LogScopesResource.GetRequest : LoggingBaseServiceRequest<LogScope>, IClientServiceRequest<LogScope>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LogScope>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LogScope>.MethodName

Name

Required. The resource name of the log scope: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For example:"projects/my-project/locations/global/logScopes/my-log-scope"

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LogScope>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
LoggingBaseServiceRequest<LogScope>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX