Reference documentation and code samples for the Google Cloud Deploy V1 Client class DeploymentJobs.
Deployment job composition.
Generated from protobuf message google.cloud.deploy.v1.DeploymentJobs
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ deploy_job |
Google\Cloud\Deploy\V1\Job
Output only. The deploy Job. This is the deploy job in the phase. |
↳ verify_job |
Google\Cloud\Deploy\V1\Job
Output only. The verify Job. Runs after a deploy if the deploy succeeds. |
getDeployJob
Output only. The deploy Job. This is the deploy job in the phase.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Deploy\V1\Job|null |
|
hasDeployJob
clearDeployJob
setDeployJob
Output only. The deploy Job. This is the deploy job in the phase.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Deploy\V1\Job
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVerifyJob
Output only. The verify Job. Runs after a deploy if the deploy succeeds.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Deploy\V1\Job|null |
|
hasVerifyJob
clearVerifyJob
setVerifyJob
Output only. The verify Job. Runs after a deploy if the deploy succeeds.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Deploy\V1\Job
|
| Returns | |
|---|---|
| Type | Description |
$this |
|