GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchTemplateRequest (google_api_data_pipelines v0.2.1) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.