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 webpage provides reference documentation for the `CustomCanaryDeployment` class within the Google Cloud Deploy v1 API, specifically for version 2.16.0."],["It lists available versions of the API, from the latest (3.4.0) down to version 1.0.0, with each link leading to the documentation for that specific version's `CustomCanaryDeployment`."],["The `CustomCanaryDeployment` class is designed to represent custom canary deployment configurations, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `PhaseConfigs`, which is a `RepeatedField` of `PhaseConfig` objects that hold the ordered configuration of each phase within the canary deployment."],["The documentation also contains information on the `CustomCanaryDeployment` class constructors, which includes a default constructor and a copy constructor."]]],[]]