public sealed class CustomCanaryDeployment : IMessage<CustomCanaryDeployment>, IEquatable<CustomCanaryDeployment>, IDeepCloneable<CustomCanaryDeployment>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CustomCanaryDeployment.
CustomCanaryDeployment represents the custom canary deployment
configuration.
[[["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 latest version of the `CustomCanaryDeployment` class is 3.4.0, part of the Google Cloud Deploy v1 API."],["This documentation provides reference and code samples for the `CustomCanaryDeployment` class, which is used for configuring custom canary deployments."],["The `CustomCanaryDeployment` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while also having inherited members from `object`."],["It includes a constructor for creating a new `CustomCanaryDeployment` object and another for cloning an existing one, with a parameter for passing the existing object."],["The class contains a `PhaseConfigs` property of type `RepeatedField`, which holds the configuration for each phase of the canary deployment in execution order."]]],[]]