Class ProjectsResource.LocationsResource.GetStatusRequest
Get the project status.
Inheritance
ProjectsResource.LocationsResource.GetStatusRequest
Inherited Members
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
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes GetStatus parameter list.
Declaration
protected override void InitParameters()