Class GoogleCloudDatapipelinesV1Workload
Workload details for creating the pipeline jobs.
Implements
Inherited Members
Namespace: Google.Apis.Datapipelines.v1.Data
Assembly: Google.Apis.Datapipelines.v1.dll
Syntax
public class GoogleCloudDatapipelinesV1Workload : IDirectResponseSchema
Properties
DataflowFlexTemplateRequest
Template information and additional parameters needed to launch a Dataflow job using the flex launch API.
Declaration
[JsonProperty("dataflowFlexTemplateRequest")]
public virtual GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest DataflowFlexTemplateRequest { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest |
DataflowLaunchTemplateRequest
Template information and additional parameters needed to launch a Dataflow job using the standard launch API.
Declaration
[JsonProperty("dataflowLaunchTemplateRequest")]
public virtual GoogleCloudDatapipelinesV1LaunchTemplateRequest DataflowLaunchTemplateRequest { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatapipelinesV1LaunchTemplateRequest |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |