public CustomCanaryDeployment CustomCanaryDeployment { get; set; }
Configures the progressive based deployment for a Target, but allows
customizing at the phase level where a phase represents each of the
percentage deployments.
Optional. Runtime specific configurations for the deployment strategy. The
runtime configuration is used to determine how Cloud Deploy will split
traffic to enable a progressive deployment.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[[["The `Canary` class in the Google Cloud Deploy v1 API represents a canary deployment strategy for progressive rollouts."],["The latest version of this API is 3.4.0, and it has several versions available, starting from 1.0.0 up to the present."],["The `Canary` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It can be configured through the `CanaryDeployment` property for standard progressive deployments or the `CustomCanaryDeployment` property for customized phase-level control."],["The `RuntimeConfig` property enables specification of runtime-specific configurations, influencing how Cloud Deploy distributes traffic during progressive deployment."]]],[]]