Show / Hide Table of Contents

Class LocationsResource.BucketsResource.ViewsResource.GetRequest

Gets a view on a log bucket.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<LogView>
LoggingBaseServiceRequest<LogView>
LocationsResource.BucketsResource.ViewsResource.GetRequest
Implements
IClientServiceRequest<LogView>
IClientServiceRequest
Inherited Members
LoggingBaseServiceRequest<LogView>.Xgafv
LoggingBaseServiceRequest<LogView>.AccessToken
LoggingBaseServiceRequest<LogView>.Alt
LoggingBaseServiceRequest<LogView>.Callback
LoggingBaseServiceRequest<LogView>.Fields
LoggingBaseServiceRequest<LogView>.Key
LoggingBaseServiceRequest<LogView>.OauthToken
LoggingBaseServiceRequest<LogView>.PrettyPrint
LoggingBaseServiceRequest<LogView>.QuotaUser
LoggingBaseServiceRequest<LogView>.UploadType
LoggingBaseServiceRequest<LogView>.UploadProtocol
ClientServiceRequest<LogView>.Execute()
ClientServiceRequest<LogView>.ExecuteAsStream()
ClientServiceRequest<LogView>.ExecuteAsync()
ClientServiceRequest<LogView>.ExecuteAsync(CancellationToken)
ClientServiceRequest<LogView>.ExecuteAsStreamAsync()
ClientServiceRequest<LogView>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<LogView>.CreateRequest(bool?)
ClientServiceRequest<LogView>.GenerateRequestUri()
ClientServiceRequest<LogView>.GetBody()
ClientServiceRequest<LogView>.GetDefaultETagAction(string)
ClientServiceRequest<LogView>.ETagAction
ClientServiceRequest<LogView>.ModifyRequest
ClientServiceRequest<LogView>.ValidateParameters
ClientServiceRequest<LogView>.ApiVersion
ClientServiceRequest<LogView>.RequestParameters
ClientServiceRequest<LogView>.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 LocationsResource.BucketsResource.ViewsResource.GetRequest : LoggingBaseServiceRequest<LogView>, IClientServiceRequest<LogView>, 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<LogView>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The resource name of the policy: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" For example:"projects/my-project/locations/global/buckets/my-bucket/views/my-view"

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<LogView>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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