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