Class ProjectsResource.LocationsResource.RunPipelineRequest
Run a predefined pipeline.
Inheritance
ProjectsResource.LocationsResource.RunPipelineRequest
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RunPipelineRequest : ContentwarehouseBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
RunPipelineRequest(IClientService, GoogleCloudContentwarehouseV1RunPipelineRequest, string)
Constructs a new RunPipeline request.
Declaration
public RunPipelineRequest(IClientService service, GoogleCloudContentwarehouseV1RunPipelineRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudContentwarehouseV1RunPipelineRequest | body | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. The resource name which owns the resources of the pipeline. Format: projects/{project_number}/locations/{location}.
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes RunPipeline parameter list.
Declaration
protected override void InitParameters()