Send feedback
Class TargetAttribute (1.28.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.28.0 keyboard_arrow_down
public final class TargetAttribute extends GeneratedMessageV3 implements TargetAttributeOrBuilder
Contains criteria for selecting Targets. Attributes provided must match the
target resource in order for policy restrictions to apply. E.g. if id "prod"
and labels "foo: bar" are given the target resource must match both that id
and have that label in order to be selected.
Protobuf type google.cloud.deploy.v1.TargetAttribute
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value Type Description int
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static TargetAttribute getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static TargetAttribute . Builder newBuilder ()
newBuilder(TargetAttribute prototype)
public static TargetAttribute . Builder newBuilder ( TargetAttribute prototype )
public static TargetAttribute parseDelimitedFrom ( InputStream input )
public static TargetAttribute parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static TargetAttribute parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TargetAttribute parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static TargetAttribute parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TargetAttribute parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static TargetAttribute parseFrom ( CodedInputStream input )
public static TargetAttribute parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static TargetAttribute parseFrom ( InputStream input )
public static TargetAttribute parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static TargetAttribute parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TargetAttribute parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<TargetAttribute> parser ()
Methods
containsLabels(String key)
public boolean containsLabels ( String key )
Target labels.
map<string, string> labels = 2;
Parameter Name Description key
String
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public TargetAttribute getDefaultInstanceForType ()
getId()
ID of the Target
. The value of this field could be one of the
following:
The last segment of a target name. It only needs the ID to determine
which target is being referred to
"*", all targets in a location.
string id = 1;
Returns Type Description String
The id.
getIdBytes()
public ByteString getIdBytes ()
ID of the Target
. The value of this field could be one of the
following:
The last segment of a target name. It only needs the ID to determine
which target is being referred to
"*", all targets in a location.
string id = 1;
getLabels()
public Map<String , String > getLabels ()
getLabelsCount()
public int getLabelsCount ()
Target labels.
map<string, string> labels = 2;
Returns Type Description int
getLabelsMap()
public Map<String , String > getLabelsMap ()
Target labels.
map<string, string> labels = 2;
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault ( String key , String defaultValue )
Target labels.
map<string, string> labels = 2;
getLabelsOrThrow(String key)
public String getLabelsOrThrow ( String key )
Target labels.
map<string, string> labels = 2;
Parameter Name Description key
String
getParserForType()
public Parser<TargetAttribute> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField ( int number )
Parameter Name Description number
int
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public TargetAttribute . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TargetAttribute . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public TargetAttribute . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-03 UTC.
Need to tell us more?
[[["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-02-03 UTC."],[],[]]