Google Cloud Deploy V1 Client - Class CanaryDeployment (0.9.0)

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

CanaryDeployment represents the canary deployment configuration

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

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ percentages array

Required. The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.

↳ verify bool

Whether to run verify tests after each percentage deployment.

getPercentages

Required. The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPercentages

Required. The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n < 100.

Parameter
NameDescription
var int[]
Returns
TypeDescription
$this

getVerify

Whether to run verify tests after each percentage deployment.

Returns
TypeDescription
bool

setVerify

Whether to run verify tests after each percentage deployment.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this