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

Definition of the job information maintained by the pipeline. Fields in this entity are retrieved from the executor API (e.g. Dataflow API).

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time of job creation.
  • dataflowJobDetails (type: GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1DataflowJobDetails.t, default: nil) - All the details that are specific to a Dataflow job.
  • endTime (type: DateTime.t, default: nil) - Output only. The time of job termination. This is absent if the job is still running.
  • id (type: String.t, default: nil) - Output only. The internal ID for the job.
  • name (type: String.t, default: nil) - Required. The fully qualified resource name for the job.
  • state (type: String.t, default: nil) - The current state of the job.
  • status (type: GoogleApi.DataPipelines.V1.Model.GoogleRpcStatus.t, default: nil) - Status capturing any error code or message related to job creation or execution.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1Job{
  createTime: DateTime.t() | nil,
  dataflowJobDetails:
    GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1DataflowJobDetails.t()
    | nil,
  endTime: DateTime.t() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  state: String.t() | nil,
  status: GoogleApi.DataPipelines.V1.Model.GoogleRpcStatus.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.