GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest (google_api_data_pipelines v0.2.0) View Source
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.
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.GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest{
launchParameter:
GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter.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.