Google Cloud Deploy V1 Client - Class Standard (0.14.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class Standard.

Standard represents the standard deployment strategy.

Generated from protobuf message google.cloud.deploy.v1.Standard

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ verify bool

Whether to verify a deployment.

↳ predeploy Google\Cloud\Deploy\V1\Predeploy

Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.

↳ postdeploy Google\Cloud\Deploy\V1\Postdeploy

Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.

getVerify

Whether to verify a deployment.

Returns
TypeDescription
bool

setVerify

Whether to verify a deployment.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getPredeploy

Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.

Returns
TypeDescription
Google\Cloud\Deploy\V1\Predeploy|null

hasPredeploy

clearPredeploy

setPredeploy

Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\Predeploy
Returns
TypeDescription
$this

getPostdeploy

Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.

Returns
TypeDescription
Google\Cloud\Deploy\V1\Postdeploy|null

hasPostdeploy

clearPostdeploy

setPostdeploy

Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\Postdeploy
Returns
TypeDescription
$this