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-04-09 UTC."],[[["This webpage provides documentation for the `DeployParameters` class within the Google Cloud Deploy v1 API, detailing its structure and functionality."],["The latest version of the documentation is for version 3.4.0, while the current page focuses on version 2.10.0 of the `DeployParameters` class and includes a list of versions ranging from 1.0.0 up to 3.4.0."],["`DeployParameters` allows for the configuration of deploy parameters through key-value pairs, and it can optionally be set to apply only to targets with specific labels."],["The class `DeployParameters` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and it has two constructors: `DeployParameters()` and `DeployParameters(DeployParameters other)`."]]],[]]