GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1Workload (google_api_data_pipelines v0.2.1) View Source
Workload details for creating the pipeline jobs.
Attributes
-
dataflowFlexTemplateRequest(type:GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest.t, default:nil) - Template information and additional parameters needed to launch a Dataflow job using the flex launch API. -
dataflowLaunchTemplateRequest(type:GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchTemplateRequest.t, default:nil) - Template information and additional parameters needed to launch a Dataflow job using the standard launch API.
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.GoogleCloudDatapipelinesV1Workload{
dataflowFlexTemplateRequest:
GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest.t()
| nil,
dataflowLaunchTemplateRequest:
GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchTemplateRequest.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.