public sealed class DeployParameters : IMessage<DeployParameters>, IEquatable<DeployParameters>, IDeepCloneable<DeployParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class DeployParameters.
public MapField<string, string> MatchTargetLabels { get; }
Optional. Deploy parameters are applied to targets with match labels.
If unspecified, deploy parameters are applied to all targets (including
child targets of a multi-target).
[[["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 of the Google Cloud Deploy v1 API class available is 3.4.0, while the current page is specific to version 2.14.0."],["The `DeployParameters` class provides a mechanism to define and manage deploy parameters within the Google Cloud Deploy v1 API."],["The class `DeployParameters` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffered message handling."],["The `DeployParameters` class includes properties `MatchTargetLabels`, which allows the user to specify the targets for a particular deployment, and `Values` which represents key-value pairs for deploy parameters."],["The class `DeployParameters` can be instantiated through two constructors, one default and another accepting another `DeployParameters` object as a parameter for cloning."]]],[]]