Job
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
A job represents an instance of a task.
Attributes
Name
Description
name
str
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}
.uid
str
Output only. System generated globally unique ID for the job.
start_time
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the job was started.
end_time
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the job ended.
state
retry_count
int
Output only. The number of times the job has been retried (excluding the initial attempt).
service
service_job
str
Output only. The full resource name for the job run under a particular service.
message
str
Output only. Additional information about the current state.
labels
MutableMapping[str, str]
Output only. User-defined labels for the task.
trigger
execution_spec
google.cloud.dataplex_v1.types.Task.ExecutionSpec
Output only. Spec related to how a task is executed.
Classes
LabelsEntry
LabelsEntry
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
The abstract base class for a message.
Parameters
Name
Description
kwargs
dict
Keys and values corresponding to the fields of the message.
mapping
Union[dict, .Message
]
A dictionary or message to be used to determine the values for this message.
ignore_unknown_fields
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if mapping
is a mapping type or there are keyword parameters.
Service
Service
(
value
)
State
State
(
value
)
Trigger
Trigger
(
value
)
Job execution trigger.