Reference documentation and code samples for the Google Cloud Dataplex V1 Client class JobEvent.
The payload associated with Job logs that contains events describing jobs that have run within a Lake.
Generated from protobuf message google.cloud.dataplex.v1.JobEvent
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ message
string
The log message.
↳ job_id
string
The unique id identifying the job.
↳ start_time
↳ end_time
↳ state
int
The job state on completion.
↳ retries
int
The number of retries.
↳ type
int
The type of the job.
↳ service
int
The service used to execute the job.
↳ service_job
string
The reference to the job within the service.
getMessage
The log message.
string
setMessage
The log message.
var
string
$this
getJobId
The unique id identifying the job.
string
setJobId
The unique id identifying the job.
var
string
$this
getStartTime
The time when the job started running.
hasStartTime
clearStartTime
setStartTime
The time when the job started running.
$this
getEndTime
The time when the job ended running.
hasEndTime
clearEndTime
setEndTime
The time when the job ended running.
$this
getState
The job state on completion.
int
setState
The job state on completion.
var
int
$this
getRetries
The number of retries.
int
setRetries
The number of retries.
var
int
$this
getType
The type of the job.
int
setType
The type of the job.
var
int
$this
getService
The service used to execute the job.
int
setService
The service used to execute the job.
var
int
$this
getServiceJob
The reference to the job within the service.
string
setServiceJob
The reference to the job within the service.
var
string
$this