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 `DeployParameters` class in the Google Cloud Deploy v1 API provides a structure for defining deployment parameters, which are crucial for configuring how applications are deployed to different targets."],["Version 3.4.0 is the latest available version for the Google Cloud Deploy v1 API, while this content describes version 3.3.0, which is one of many available versions, with the earliest being 1.0.0."],["`DeployParameters` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The class includes properties such as `MatchTargetLabels` and `Values`, which are used to specify which targets these parameters apply to and the parameters themselves, respectively, both of these parameters are set using a map field."],["The class is found in the `Google.Cloud.Deploy.V1` namespace and is defined in the `Google.Cloud.Deploy.V1.dll` assembly."]]],[]]