Class ProjectsResource.LocationsResource.PipelinesResource.CreateRequest
Creates a pipeline. For a batch pipeline, you can pass scheduler information. Data Pipelines uses the scheduler information to create an internal scheduler that runs jobs periodically. If the internal scheduler is not configured, you can use RunPipeline to run jobs.
Inheritance
ProjectsResource.LocationsResource.PipelinesResource.CreateRequest
Inherited Members
Namespace: Google.Apis.Datapipelines.v1
Assembly: Google.Apis.Datapipelines.v1.dll
Syntax
public class ProjectsResource.LocationsResource.PipelinesResource.CreateRequest : DatapipelinesBaseServiceRequest<GoogleCloudDatapipelinesV1Pipeline>, IClientServiceRequest<GoogleCloudDatapipelinesV1Pipeline>, IClientServiceRequest
Constructors
CreateRequest(IClientService, GoogleCloudDatapipelinesV1Pipeline, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, GoogleCloudDatapipelinesV1Pipeline body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDatapipelinesV1Pipeline | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datapipelines.v1.Data.GoogleCloudDatapipelinesV1Pipeline>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datapipelines.v1.Data.GoogleCloudDatapipelinesV1Pipeline>.MethodName
Parent
Required. The location name. For example: projects/PROJECT_ID/locations/LOCATION_ID
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datapipelines.v1.Data.GoogleCloudDatapipelinesV1Pipeline>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datapipelines.v1.Data.GoogleCloudDatapipelinesV1Pipeline>.GetBody()
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()