google_api_dataflow v0.24.0 GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateRequest View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateRequest{
launchParameter:
GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateParameter.t(),
validateOnly: boolean()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.