Class ProjectsResource.LocationsResource.InitializeRequest
Provisions resources for given tenant project. Returns a long running operation.
Inheritance
ProjectsResource.LocationsResource.InitializeRequest
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class ProjectsResource.LocationsResource.InitializeRequest : ContentwarehouseBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
InitializeRequest(IClientService, GoogleCloudContentwarehouseV1InitializeProjectRequest, string)
Constructs a new Initialize request.
Declaration
public InitializeRequest(IClientService service, GoogleCloudContentwarehouseV1InitializeProjectRequest body, string location)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudContentwarehouseV1InitializeProjectRequest | body | |
| 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 initialized 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
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Initialize parameter list.
Declaration
protected override void InitParameters()