public sealed class CanaryDeployment : IMessage<CanaryDeployment>, IEquatable<CanaryDeployment>, IDeepCloneable<CanaryDeployment>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CanaryDeployment.
CanaryDeployment represents the canary deployment configuration
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.
[[["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-03-21 UTC."],[[["The `CanaryDeployment` class in the Google Cloud Deploy v1 API is used to configure canary deployments, which are part of a rollout process."],["The latest version of the API is 3.4.0, and this documentation includes versions ranging from 1.0.0 to 3.4.0."],["`CanaryDeployment` class is an implementation of several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Percentages`, which specifies the percentage-based deployments, and `Verify`, which indicates whether to run tests after each deployment."],["There are two constructors, a parameterless constructor and one that takes another `CanaryDeployment` as a parameter, allowing the creation of copies."]]],[]]