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 version 3.1.0, and provides access to documentation on previous versions."],["`CustomCanaryDeployment` is a class that represents the custom canary deployment configuration in the Google Cloud Deploy API and it inherits from the base `object` class and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property named `PhaseConfigs`, which is a `RepeatedField` that stores the configuration for each phase in the canary deployment, dictating the order of execution."],["The `CustomCanaryDeployment` class has two constructors: a default constructor and one that takes another `CustomCanaryDeployment` object as a parameter for copying its content."],["The documentation also includes a list of previous versions, with the latest version being 3.4.0, for the `CustomCanaryDeployment` class."]]],[]]