GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Job (google_api_dataplex v0.21.0)
View SourceA job represents an instance of a task.
Attributes
-
endTime(type:DateTime.t, default:nil) - Output only. The time when the job ended. -
executionSpec(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskExecutionSpec.t, default:nil) - Output only. Spec related to how a task is executed. -
labels(type:map(), default:nil) - Output only. User-defined labels for the task. -
message(type:String.t, default:nil) - Output only. Additional information about the current state. -
name(type:String.t, default:nil) - Output only. The relative resource name of the job, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}/jobs/{job_id}. -
retryCount(type:integer(), default:nil) - Output only. The number of times the job has been retried (excluding the initial attempt). -
service(type:String.t, default:nil) - Output only. The underlying service running a job. -
serviceJob(type:String.t, default:nil) - Output only. The full resource name for the job run under a particular service. -
startTime(type:DateTime.t, default:nil) - Output only. The time when the job was started. -
state(type:String.t, default:nil) - Output only. Execution state for the job. -
trigger(type:String.t, default:nil) - Output only. Job execution trigger. -
uid(type:String.t, default:nil) - Output only. System generated globally unique ID for the job.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Job{ endTime: DateTime.t() | nil, executionSpec: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskExecutionSpec.t() | nil, labels: map() | nil, message: String.t() | nil, name: String.t() | nil, retryCount: integer() | nil, service: String.t() | nil, serviceJob: String.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil, trigger: String.t() | nil, uid: String.t() | nil }