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 available for the Google Cloud Deploy v1 API class DeployParameters is 3.4.0, with numerous previous versions listed dating back to version 1.0.0."],["The DeployParameters class, which implements multiple interfaces including IMessage, IEquatable, and IDeepCloneable, contains deploy parameter information for the Google Cloud Deploy v1 API."],["Deploy parameters can be applied to targets with matching labels using the `MatchTargetLabels` property, or to all targets if this property is not specified."],["The `Values` property of DeployParameters uses key-value pairs to define the required deploy parameter values."],["The `DeployParameters` class has 2 constructors, the first being default and the second taking another `DeployParameters` object as input."]]],[]]