Show / Hide Table of Contents

Class GoogleCloudDatapipelinesV1Workload

Workload details for creating the pipeline jobs.

Inheritance
object
GoogleCloudDatapipelinesV1Workload
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX