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."],[[["This document provides reference documentation for the `DeployParameters` class within the Google Cloud Deploy v1 API, with the latest version being 3.4.0."],["The `DeployParameters` class, found in the `Google.Cloud.Deploy.V1` namespace, is used to manage deploy parameter information, inheriting from the `object` class and implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `MatchTargetLabels`, which specifies target labels for deploy parameter application, and `Values`, which holds key-value pairs of the deploy parameters."],["A list of versions is available ranging from version 1.0.0 up to 3.4.0."],["Constructors `DeployParameters()` and `DeployParameters(DeployParameters other)` allow for the creation of instances of the `DeployParameters` class, either default or by copying an existing `DeployParameters` instance."]]],[]]