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 latest version available for `CustomCanaryDeployment` is 3.4.0, which you can access through the provided link, alongside other versions."],["`CustomCanaryDeployment` is a class that configures custom canary deployments within the Google Cloud Deploy v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["`CustomCanaryDeployment` has a property called `PhaseConfigs`, which is a `RepeatedField` used for configuring each phase of the canary deployment."],["There are two constructors available for creating a `CustomCanaryDeployment` object: one is parameterless and the other takes another `CustomCanaryDeployment` as a parameter."]]],[]]