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 `CustomCanaryDeployment` class in the Google Cloud Deploy v1 API is used to define configurations for custom canary deployments."],["This class is part of the `Google.Cloud.Deploy.V1` namespace and is available in the `Google.Cloud.Deploy.V1.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and a copy constructor, allowing for object creation and cloning."],["The `PhaseConfigs` property, of type `RepeatedField\u003cCustomCanaryDeployment.Types.PhaseConfig\u003e`, is a required element for specifying the order of phases in a canary deployment."]]],[]]