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
Namespace
Google \ Cloud \ Deploy \ V1Methods
__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.
↳ skip_message
string
Output only. Additional information on why the Job was skipped, if available.
↳ job_run
string
Output only. The name of the JobRun
responsible for the most recent invocation of this Job.
↳ deploy_job
↳ verify_job
↳ predeploy_job
↳ postdeploy_job
↳ create_child_rollout_job
↳ advance_child_rollout_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
getSkipMessage
Output only. Additional information on why the Job was skipped, if available.
string
setSkipMessage
Output only. Additional information on why the Job was skipped, if available.
var
string
$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
getPredeployJob
Output only. A predeploy Job.
hasPredeployJob
setPredeployJob
Output only. A predeploy Job.
$this
getPostdeployJob
Output only. A postdeploy Job.
hasPostdeployJob
setPostdeployJob
Output only. A postdeploy Job.
$this
getCreateChildRolloutJob
Output only. A createChildRollout Job.
hasCreateChildRolloutJob
setCreateChildRolloutJob
Output only. A createChildRollout Job.
$this
getAdvanceChildRolloutJob
Output only. An advanceChildRollout Job.
hasAdvanceChildRolloutJob
setAdvanceChildRolloutJob
Output only. An advanceChildRollout Job.
$this
getJobType
string