GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateRequest (google_api_dataflow v0.30.1) 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

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateRequest{
  launchParameter:
    GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateParameter.t(),
  validateOnly: boolean()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.