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-04-09 UTC."],[[["The `CustomCanaryDeployment` class in the Google Cloud Deploy v1 API provides functionality for configuring custom canary deployments."],["The latest version of this class is 3.4.0, and multiple versions ranging from 1.0.0 to 3.4.0 are available, indicating a history of updates."],["The `CustomCanaryDeployment` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various scenarios."],["This class has two constructors, one default and one that takes another `CustomCanaryDeployment` object as a parameter, allowing for creation of a new instance from existing one."],["The `PhaseConfigs` property is a required component of `CustomCanaryDeployment`, detailing the configuration for each phase of a canary deployment, executed in order."]]],[]]