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."],[[["This page provides reference documentation for the `CustomCanaryDeployment` class within the Google Cloud Deploy v1 API, specifically for version 3.3.0."],["The `CustomCanaryDeployment` class represents the configuration for custom canary deployments and is part of the `Google.Cloud.Deploy.V1` namespace, contained within the `Google.Cloud.Deploy.V1.dll` assembly."],["The documentation outlines the class's inheritance from `object` and its implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the API, with version 3.4.0 as the latest and 3.3.0 as the current version in focus."],["It also contains details on the class's constructors, properties, such as the `PhaseConfigs` property which holds the configurations for each phase in the canary deployment."]]],[]]