GoogleApi.Dataflow.V1b3.Model.CreateJobFromTemplateRequest (google_api_dataflow v0.30.1) View Source
A request to create a Cloud Dataflow job from a template.
Attributes
-
environment
(type:GoogleApi.Dataflow.V1b3.Model.RuntimeEnvironment.t
, default:nil
) - The runtime environment for the job. -
gcsPath
(type:String.t
, default:nil
) - Required. A Cloud Storage path to the template from which to create the job. Must be a valid Cloud Storage URL, beginning withgs://
. -
jobName
(type:String.t
, default:nil
) - Required. The job name to use for the created job. -
location
(type:String.t
, default:nil
) - The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request. -
parameters
(type:map()
, default:nil
) - The runtime parameters to pass to the job.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataflow.V1b3.Model.CreateJobFromTemplateRequest{ environment: GoogleApi.Dataflow.V1b3.Model.RuntimeEnvironment.t(), gcsPath: String.t(), jobName: String.t(), location: String.t(), parameters: map() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.