Class CreateJobFromTemplateRequest
A request to create a Cloud Dataflow job from a template.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class CreateJobFromTemplateRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Environment
The runtime environment for the job.
Declaration
[JsonProperty("environment")]
public virtual RuntimeEnvironment Environment { get; set; }
Property Value
Type | Description |
---|---|
RuntimeEnvironment |
GcsPath
Required. A Cloud Storage path to the template from which to create the job. Must be a valid Cloud Storage
URL, beginning with gs://
.
Declaration
[JsonProperty("gcsPath")]
public virtual string GcsPath { get; set; }
Property Value
Type | Description |
---|---|
string |
JobName
Required. The job name to use for the created job.
Declaration
[JsonProperty("jobName")]
public virtual string JobName { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameters
The runtime parameters to pass to the job.
Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, string> Parameters { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |