View Source GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateRequest (google_api_dataflow v0.46.0)
A request to launch a Cloud Dataflow job from a FlexTemplate.
Attributes
-
launchParameter
(type:GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateParameter.t
, default:nil
) - Required. Parameter to launch a job form Flex Template. -
validateOnly
(type:boolean()
, default:nil
) - If true, the request is validated but not actually executed. Defaults to false.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateRequest{ launchParameter: GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateParameter.t() | nil, validateOnly: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.