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, detailing its properties, constructors, inheritance, and implemented interfaces."],["The latest version of the `DeployParameters` documentation is 3.4.0, and it offers historical data down to version 1.0.0, with version 2.15.0 being the currently displayed version."],["`DeployParameters` are used to configure deploy parameter information, applicable to targets either through `MatchTargetLabels` or to all targets if labels are unspecified."],["The `DeployParameters` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class contains the properties `MatchTargetLabels` and `Values` each of type `MapField\u003cstring, string\u003e`, allowing for the specification of target matching labels and key-value pair deploy parameters respectively."]]],[]]