View Source GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest (google_api_data_pipelines v0.4.0)

A request to launch a Dataflow job from a Flex Template.

Attributes

  • launchParameter (type: GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter.t, default: nil) - Required. Parameter to launch a job from a Flex Template.
  • location (type: String.t, default: nil) - Required. The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request. For example, us-central1, us-west1.
  • projectId (type: String.t, default: nil) - Required. The ID of the Cloud Platform project that the job belongs to.
  • 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.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest{
    launchParameter:
      GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter.t()
      | nil,
    location: String.t() | nil,
    projectId: String.t() | nil,
    validateOnly: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.