public sealed class TargetAttribute : IMessage<TargetAttribute>, IEquatable<TargetAttribute>, IDeepCloneable<TargetAttribute>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class TargetAttribute.
Contains criteria for selecting Targets. This could be used to select targets
for a Deploy Policy or for an Automation.
[[["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 `TargetAttribute` is 3.4.0, with version 3.3.0 being the current version of focus."],["The `TargetAttribute` class provides criteria for selecting targets, usable in Deploy Policies or Automations."],["`TargetAttribute` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google.Protobuf."],["This class has properties for `Id` which denotes the ID of the target, and `Labels` which allows the user to define target labels."],["The `TargetAttribute` class has a default empty constructor and another that can create a new `TargetAttribute` using another instance of `TargetAttribute` as a parameter."]]],[]]