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 webpage provides reference documentation for the `CustomCanaryDeployment` class within the Google Cloud Deploy v1 API, specifically for version 3.2.0."],["The `CustomCanaryDeployment` class represents the configuration for a custom canary deployment and is part of the `Google.Cloud.Deploy.V1` namespace, found in the `Google.Cloud.Deploy.V1.dll` assembly."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` making it compatible with relevant libraries."],["The `CustomCanaryDeployment` class offers constructors for creating new instances and allows for configuration of phases via the `PhaseConfigs` property, which is a `RepeatedField` collection."],["The documentation provides links to various versions of the `CustomCanaryDeployment` class, from version 1.0.0 to the latest version, 3.4.0, allowing for easy comparison and navigation between versions."]]],[]]