Class GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest
A request to launch a Dataflow job from a Flex Template.
Implements
Inherited Members
Namespace: Google.Apis.Datapipelines.v1.Data
Assembly: Google.Apis.Datapipelines.v1.dll
Syntax
public class GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LaunchParameter
Required. Parameter to launch a job from a Flex Template.
Declaration
[JsonProperty("launchParameter")]
public virtual GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter LaunchParameter { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter |
Location
Required. The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to
which to direct the request. For example, us-central1
, us-west1
.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Required. The ID of the Cloud Platform project that the job belongs to.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidateOnly
If true, the request is validated but not actually executed. Defaults to false.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |