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

A request to launch a template.

Attributes

  • gcsPath (type: String.t, default: nil) - A Cloud Storage path to the template from which to create the job. Must be a valid Cloud Storage URL, beginning with 'gs://'.
  • launchParameters (type: GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchTemplateParameters.t, default: nil) - The parameters of the template to launch. This should be part of the body of the POST request.
  • location (type: String.t, default: nil) - The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request.
  • 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.GoogleCloudDatapipelinesV1LaunchTemplateRequest{
    gcsPath: String.t() | nil,
    launchParameters:
      GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchTemplateParameters.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.