Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Job.
A job represents an instance of a task.
Generated from protobuf message google.cloud.dataplex.v1.Job
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
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
string
Output only. System generated globally unique ID for the job.
↳ start_time
↳ end_time
↳ state
int
Output only. Execution state for the job.
↳ retry_count
int
Output only. The number of times the job has been retried (excluding the initial attempt).
↳ service
int
Output only. The underlying service running a job.
↳ service_job
string
Output only. The full resource name for the job run under a particular service.
↳ message
string
Output only. Additional information about the current state.
getName
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}
.
string
setName
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}
.
var
string
$this
getUid
Output only. System generated globally unique ID for the job.
string
setUid
Output only. System generated globally unique ID for the job.
var
string
$this
getStartTime
Output only. The time when the job was started.
hasStartTime
clearStartTime
setStartTime
Output only. The time when the job was started.
$this
getEndTime
Output only. The time when the job ended.
hasEndTime
clearEndTime
setEndTime
Output only. The time when the job ended.
$this
getState
Output only. Execution state for the job.
int
setState
Output only. Execution state for the job.
var
int
$this
getRetryCount
Output only. The number of times the job has been retried (excluding the initial attempt).
int
setRetryCount
Output only. The number of times the job has been retried (excluding the initial attempt).
var
int
$this
getService
Output only. The underlying service running a job.
int
setService
Output only. The underlying service running a job.
var
int
$this
getServiceJob
Output only. The full resource name for the job run under a particular service.
string
setServiceJob
Output only. The full resource name for the job run under a particular service.
var
string
$this
getMessage
Output only. Additional information about the current state.
string
setMessage
Output only. Additional information about the current state.
var
string
$this