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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDeployParameters\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eVersion 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeployParameters\u003c/code\u003e implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eMatchTargetLabels\u003c/code\u003e and \u003ccode\u003eValues\u003c/code\u003e, 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class is found in the \u003ccode\u003eGoogle.Cloud.Deploy.V1\u003c/code\u003e namespace and is defined in the \u003ccode\u003eGoogle.Cloud.Deploy.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]