View Source GoogleApi.Dataflow.V1b3.Model.CreateJobFromTemplateRequest (google_api_dataflow v0.51.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.CreateJobFromTemplateRequest{ environment: GoogleApi.Dataflow.V1b3.Model.RuntimeEnvironment.t() | nil, gcsPath: String.t() | nil, jobName: String.t() | nil, location: String.t() | nil, parameters: map() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.