- 1.55.0 (latest)
- 1.54.0
- 1.53.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.6
- 1.4.0
- 1.3.2
- 1.2.12
public static final class EffectiveTag.Builder extends GeneratedMessageV3.Builder<EffectiveTag.Builder> 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > EffectiveTag.BuilderImplements
EffectiveTagOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EffectiveTag.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder |
build()
public EffectiveTag build()
Returns | |
---|---|
Type | Description |
EffectiveTag |
buildPartial()
public EffectiveTag buildPartial()
Returns | |
---|---|
Type | Description |
EffectiveTag |
clear()
public EffectiveTag.Builder clear()
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder |
clearField(Descriptors.FieldDescriptor field)
public EffectiveTag.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder |
clearInherited()
public EffectiveTag.Builder clearInherited()
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 |
EffectiveTag.Builder | This builder for chaining. |
clearNamespacedTagKey()
public EffectiveTag.Builder clearNamespacedTagKey()
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 |
EffectiveTag.Builder | This builder for chaining. |
clearNamespacedTagValue()
public EffectiveTag.Builder clearNamespacedTagValue()
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 |
EffectiveTag.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public EffectiveTag.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder |
clearTagKey()
public EffectiveTag.Builder clearTagKey()
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 |
EffectiveTag.Builder | This builder for chaining. |
clearTagKeyParentName()
public EffectiveTag.Builder clearTagKeyParentName()
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 |
EffectiveTag.Builder | This builder for chaining. |
clearTagValue()
public EffectiveTag.Builder clearTagValue()
Resource name for TagValue in the format tagValues/456
.
string tag_value = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder | This builder for chaining. |
clone()
public EffectiveTag.Builder clone()
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder |
getDefaultInstanceForType()
public EffectiveTag getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
EffectiveTag |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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. |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(EffectiveTag other)
public EffectiveTag.Builder mergeFrom(EffectiveTag other)
Parameter | |
---|---|
Name | Description |
other | EffectiveTag |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EffectiveTag.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public EffectiveTag.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EffectiveTag.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public EffectiveTag.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder |
setInherited(boolean value)
public EffectiveTag.Builder setInherited(boolean value)
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;
Parameter | |
---|---|
Name | Description |
value | boolean The inherited to set. |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder | This builder for chaining. |
setNamespacedTagKey(String value)
public EffectiveTag.Builder setNamespacedTagKey(String value)
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;
Parameter | |
---|---|
Name | Description |
value | String The namespacedTagKey to set. |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder | This builder for chaining. |
setNamespacedTagKeyBytes(ByteString value)
public EffectiveTag.Builder setNamespacedTagKeyBytes(ByteString value)
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for namespacedTagKey to set. |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder | This builder for chaining. |
setNamespacedTagValue(String value)
public EffectiveTag.Builder setNamespacedTagValue(String value)
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;
Parameter | |
---|---|
Name | Description |
value | String The namespacedTagValue to set. |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder | This builder for chaining. |
setNamespacedTagValueBytes(ByteString value)
public EffectiveTag.Builder setNamespacedTagValueBytes(ByteString value)
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for namespacedTagValue to set. |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EffectiveTag.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder |
setTagKey(String value)
public EffectiveTag.Builder setTagKey(String value)
The name of the TagKey, in the format tagKeys/{id}
, such as
tagKeys/123
.
string tag_key = 3 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | String The tagKey to set. |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder | This builder for chaining. |
setTagKeyBytes(ByteString value)
public EffectiveTag.Builder setTagKeyBytes(ByteString value)
The name of the TagKey, in the format tagKeys/{id}
, such as
tagKeys/123
.
string tag_key = 3 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for tagKey to set. |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder | This builder for chaining. |
setTagKeyParentName(String value)
public EffectiveTag.Builder setTagKeyParentName(String value)
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;
Parameter | |
---|---|
Name | Description |
value | String The tagKeyParentName to set. |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder | This builder for chaining. |
setTagKeyParentNameBytes(ByteString value)
public EffectiveTag.Builder setTagKeyParentNameBytes(ByteString value)
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for tagKeyParentName to set. |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder | This builder for chaining. |
setTagValue(String value)
public EffectiveTag.Builder setTagValue(String value)
Resource name for TagValue in the format tagValues/456
.
string tag_value = 1 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | String The tagValue to set. |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder | This builder for chaining. |
setTagValueBytes(ByteString value)
public EffectiveTag.Builder setTagValueBytes(ByteString value)
Resource name for TagValue in the format tagValues/456
.
string tag_value = 1 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for tagValue to set. |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final EffectiveTag.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
EffectiveTag.Builder |