Google Cloud Deploy V1 Client - Class CustomCanaryDeployment (0.9.0)

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

CustomCanaryDeployment represents the custom canary deployment configuration.

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

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ phase_configs array<Google\Cloud\Deploy\V1\CustomCanaryDeployment\PhaseConfig>

Required. Configuration for each phase in the canary deployment in the order executed.

getPhaseConfigs

Required. Configuration for each phase in the canary deployment in the order executed.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPhaseConfigs

Required. Configuration for each phase in the canary deployment in the order executed.

Parameter
NameDescription
var array<Google\Cloud\Deploy\V1\CustomCanaryDeployment\PhaseConfig>
Returns
TypeDescription
$this