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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPhaseConfigs
Required. Configuration for each phase in the canary deployment in the order executed.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Deploy\V1\CustomCanaryDeployment\PhaseConfig>
|
Returns | |
---|---|
Type | Description |
$this |