Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GetStatusRequest

Get the project status.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>
ProjectsResource.LocationsResource.GetStatusRequest
Implements
IClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>
IClientServiceRequest
Inherited Members
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.Xgafv
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.AccessToken
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.Alt
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.Callback
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.Fields
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.Key
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.OauthToken
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.PrettyPrint
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.QuotaUser
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.UploadType
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.UploadProtocol
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.Execute()
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.ExecuteAsync()
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.GetBody()
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.ETagAction
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.ModifyRequest
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.ValidateParameters
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.ApiVersion
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.RequestParameters
ClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.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.Contentwarehouse.v1
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GetStatusRequest : ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>, IClientServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>, IClientServiceRequest

Constructors

GetStatusRequest(IClientService, string)

Constructs a new GetStatus request.

Declaration
public GetStatusRequest(IClientService service, string location)
Parameters
Type Name Description
IClientService service
string location

Properties

HttpMethod

Gets the HTTP method.

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

Location

Required. The location to be queried Format: projects/{project_number}/locations/{location}.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes GetStatus parameter list.

Declaration
protected override void InitParameters()
Overrides
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ProjectStatus>.InitParameters()

Implements

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