Reference documentation and code samples for the Google Cloud Deploy V1 Client class Job.
Job represents an operation for a Rollout
.
Generated from protobuf message google.cloud.deploy.v1.Job
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ id
string
Output only. The ID of the Job.
↳ state
int
Output only. The current state of the Job.
↳ job_run
string
Output only. The name of the JobRun
responsible for the most recent invocation of this Job.
↳ deploy_job
↳ verify_job
getId
Output only. The ID of the Job.
string
setId
Output only. The ID of the Job.
var
string
$this
getState
Output only. The current state of the Job.
int
setState
Output only. The current state of the Job.
var
int
$this
getJobRun
Output only. The name of the JobRun
responsible for the most recent invocation of this
Job.
string
setJobRun
Output only. The name of the JobRun
responsible for the most recent invocation of this
Job.
var
string
$this
getDeployJob
Output only. A deploy Job.
hasDeployJob
setDeployJob
Output only. A deploy Job.
$this
getVerifyJob
Output only. A verify Job.
hasVerifyJob
setVerifyJob
Output only. A verify Job.
$this
getJobType
string

