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 webpage provides documentation for the `DeployParameters` class within the Google Cloud Deploy v1 API, detailing its structure and functionality."],["The `DeployParameters` class is used to manage deploy parameter information, including how these parameters are applied to specific targets."],["The page documents versions of the `DeployParameters` class ranging from version 1.0.0 all the way to 3.4.0, as well as detailing information regarding version 2.18.0."],["`DeployParameters` includes two key properties: `MatchTargetLabels` for specifying target matching criteria and `Values` for defining key-value parameter pairs."]]],[]]