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 page provides documentation for the `CustomCanaryDeployment` class within the Google Cloud Deploy v1 API."],["The latest available version of the `CustomCanaryDeployment` is 3.4.0, while the current documentation is for version 2.13.0, with links to other versions."],["`CustomCanaryDeployment` is designed for custom canary deployments, allowing users to configure phases in the order they will be executed."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from the `object` class."],["The `CustomCanaryDeployment` class includes `PhaseConfigs` property to specify the configuration for each phase in the canary deployment."]]],[]]