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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1Workload{
  dataflowFlexTemplateRequest:
    GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest.t()
    | nil,
  dataflowLaunchTemplateRequest:
    GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchTemplateRequest.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.