public final class EffectiveTag extends GeneratedMessageV3 implements EffectiveTagOrBuilder
An EffectiveTag represents a tag that applies to a resource during policy
evaluation. Tags can be either directly bound to a resource or inherited from
its ancestor. EffectiveTag contains the name and
namespaced_name of the tag value and tag key, with additional fields of
inherited
to indicate the inheritance status of the effective tag.
Protobuf type google.cloud.resourcemanager.v3.EffectiveTag
Static Fields
INHERITED_FIELD_NUMBER
public static final int INHERITED_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NAMESPACED_TAG_KEY_FIELD_NUMBER
public static final int NAMESPACED_TAG_KEY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NAMESPACED_TAG_VALUE_FIELD_NUMBER
public static final int NAMESPACED_TAG_VALUE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TAG_KEY_FIELD_NUMBER
public static final int TAG_KEY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TAG_KEY_PARENT_NAME_FIELD_NUMBER
public static final int TAG_KEY_PARENT_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TAG_VALUE_FIELD_NUMBER
public static final int TAG_VALUE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static EffectiveTag getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static EffectiveTag.Builder newBuilder()
newBuilder(EffectiveTag prototype)
public static EffectiveTag.Builder newBuilder(EffectiveTag prototype)
public static EffectiveTag parseDelimitedFrom(InputStream input)
public static EffectiveTag parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static EffectiveTag parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EffectiveTag parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static EffectiveTag parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EffectiveTag parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EffectiveTag parseFrom(CodedInputStream input)
public static EffectiveTag parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static EffectiveTag parseFrom(InputStream input)
public static EffectiveTag parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static EffectiveTag parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EffectiveTag parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<EffectiveTag> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public EffectiveTag getDefaultInstanceForType()
getInherited()
public boolean getInherited()
Indicates the inheritance status of a tag value
attached to the given resource. If the tag value is inherited from one of
the resource's ancestors, inherited will be true. If false, then the tag
value is directly attached to the resource, inherited will be false.
bool inherited = 5;
Returns |
---|
Type | Description |
boolean | The inherited.
|
getNamespacedTagKey()
public String getNamespacedTagKey()
The namespaced name of the TagKey. Can be in the form
{organization_id}/{tag_key_short_name}
or
{project_id}/{tag_key_short_name}
or
{project_number}/{tag_key_short_name}
.
string namespaced_tag_key = 4;
Returns |
---|
Type | Description |
String | The namespacedTagKey.
|
getNamespacedTagKeyBytes()
public ByteString getNamespacedTagKeyBytes()
The namespaced name of the TagKey. Can be in the form
{organization_id}/{tag_key_short_name}
or
{project_id}/{tag_key_short_name}
or
{project_number}/{tag_key_short_name}
.
string namespaced_tag_key = 4;
Returns |
---|
Type | Description |
ByteString | The bytes for namespacedTagKey.
|
getNamespacedTagValue()
public String getNamespacedTagValue()
The namespaced name of the TagValue. Can be in the form
{organization_id}/{tag_key_short_name}/{tag_value_short_name}
or
{project_id}/{tag_key_short_name}/{tag_value_short_name}
or
{project_number}/{tag_key_short_name}/{tag_value_short_name}
.
string namespaced_tag_value = 2;
Returns |
---|
Type | Description |
String | The namespacedTagValue.
|
getNamespacedTagValueBytes()
public ByteString getNamespacedTagValueBytes()
The namespaced name of the TagValue. Can be in the form
{organization_id}/{tag_key_short_name}/{tag_value_short_name}
or
{project_id}/{tag_key_short_name}/{tag_value_short_name}
or
{project_number}/{tag_key_short_name}/{tag_value_short_name}
.
string namespaced_tag_value = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for namespacedTagValue.
|
getParserForType()
public Parser<EffectiveTag> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getTagKey()
public String getTagKey()
The name of the TagKey, in the format tagKeys/{id}
, such as
tagKeys/123
.
string tag_key = 3 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The tagKey.
|
getTagKeyBytes()
public ByteString getTagKeyBytes()
The name of the TagKey, in the format tagKeys/{id}
, such as
tagKeys/123
.
string tag_key = 3 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for tagKey.
|
getTagKeyParentName()
public String getTagKeyParentName()
The parent name of the tag key.
Must be in the format organizations/{organization_id}
or
projects/{project_number}
string tag_key_parent_name = 6;
Returns |
---|
Type | Description |
String | The tagKeyParentName.
|
getTagKeyParentNameBytes()
public ByteString getTagKeyParentNameBytes()
The parent name of the tag key.
Must be in the format organizations/{organization_id}
or
projects/{project_number}
string tag_key_parent_name = 6;
Returns |
---|
Type | Description |
ByteString | The bytes for tagKeyParentName.
|
getTagValue()
public String getTagValue()
Resource name for TagValue in the format tagValues/456
.
string tag_value = 1 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The tagValue.
|
getTagValueBytes()
public ByteString getTagValueBytes()
Resource name for TagValue in the format tagValues/456
.
string tag_value = 1 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for tagValue.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public EffectiveTag.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EffectiveTag.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public EffectiveTag.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides