- 3.66.0 (latest)
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class Tag.Builder extends GeneratedMessageV3.Builder<Tag.Builder> implements TagOrBuilder
A tag associated with a resource.
Protobuf type google.privacy.dlp.v2.Tag
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Tag.BuilderImplements
TagOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Tag.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Tag.Builder |
build()
public Tag build()
Returns | |
---|---|
Type | Description |
Tag |
buildPartial()
public Tag buildPartial()
Returns | |
---|---|
Type | Description |
Tag |
clear()
public Tag.Builder clear()
Returns | |
---|---|
Type | Description |
Tag.Builder |
clearField(Descriptors.FieldDescriptor field)
public Tag.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Tag.Builder |
clearKey()
public Tag.Builder clearKey()
The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456".
string key = 2;
Returns | |
---|---|
Type | Description |
Tag.Builder |
This builder for chaining. |
clearNamespacedTagValue()
public Tag.Builder clearNamespacedTagValue()
The namespaced name for the tag value to attach to Google Cloud resources.
Must be in the format {parent_id}/{tag_key_short_name}/{short_name}
, for
example, "123456/environment/prod". This is only set for Google Cloud
resources.
string namespaced_tag_value = 1;
Returns | |
---|---|
Type | Description |
Tag.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Tag.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Tag.Builder |
clearValue()
public Tag.Builder clearValue()
The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456".
string value = 3;
Returns | |
---|---|
Type | Description |
Tag.Builder |
This builder for chaining. |
clone()
public Tag.Builder clone()
Returns | |
---|---|
Type | Description |
Tag.Builder |
getDefaultInstanceForType()
public Tag getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Tag |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getKey()
public String getKey()
The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456".
string key = 2;
Returns | |
---|---|
Type | Description |
String |
The key. |
getKeyBytes()
public ByteString getKeyBytes()
The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456".
string key = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for key. |
getNamespacedTagValue()
public String getNamespacedTagValue()
The namespaced name for the tag value to attach to Google Cloud resources.
Must be in the format {parent_id}/{tag_key_short_name}/{short_name}
, for
example, "123456/environment/prod". This is only set for Google Cloud
resources.
string namespaced_tag_value = 1;
Returns | |
---|---|
Type | Description |
String |
The namespacedTagValue. |
getNamespacedTagValueBytes()
public ByteString getNamespacedTagValueBytes()
The namespaced name for the tag value to attach to Google Cloud resources.
Must be in the format {parent_id}/{tag_key_short_name}/{short_name}
, for
example, "123456/environment/prod". This is only set for Google Cloud
resources.
string namespaced_tag_value = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for namespacedTagValue. |
getValue()
public String getValue()
The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456".
string value = 3;
Returns | |
---|---|
Type | Description |
String |
The value. |
getValueBytes()
public ByteString getValueBytes()
The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456".
string value = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for value. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Tag other)
public Tag.Builder mergeFrom(Tag other)
Parameter | |
---|---|
Name | Description |
other |
Tag |
Returns | |
---|---|
Type | Description |
Tag.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Tag.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Tag.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Tag.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Tag.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Tag.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Tag.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Tag.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Tag.Builder |
setKey(String value)
public Tag.Builder setKey(String value)
The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456".
string key = 2;
Parameter | |
---|---|
Name | Description |
value |
String The key to set. |
Returns | |
---|---|
Type | Description |
Tag.Builder |
This builder for chaining. |
setKeyBytes(ByteString value)
public Tag.Builder setKeyBytes(ByteString value)
The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456".
string key = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for key to set. |
Returns | |
---|---|
Type | Description |
Tag.Builder |
This builder for chaining. |
setNamespacedTagValue(String value)
public Tag.Builder setNamespacedTagValue(String value)
The namespaced name for the tag value to attach to Google Cloud resources.
Must be in the format {parent_id}/{tag_key_short_name}/{short_name}
, for
example, "123456/environment/prod". This is only set for Google Cloud
resources.
string namespaced_tag_value = 1;
Parameter | |
---|---|
Name | Description |
value |
String The namespacedTagValue to set. |
Returns | |
---|---|
Type | Description |
Tag.Builder |
This builder for chaining. |
setNamespacedTagValueBytes(ByteString value)
public Tag.Builder setNamespacedTagValueBytes(ByteString value)
The namespaced name for the tag value to attach to Google Cloud resources.
Must be in the format {parent_id}/{tag_key_short_name}/{short_name}
, for
example, "123456/environment/prod". This is only set for Google Cloud
resources.
string namespaced_tag_value = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for namespacedTagValue to set. |
Returns | |
---|---|
Type | Description |
Tag.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Tag.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Tag.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Tag.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Tag.Builder |
setValue(String value)
public Tag.Builder setValue(String value)
The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456".
string value = 3;
Parameter | |
---|---|
Name | Description |
value |
String The value to set. |
Returns | |
---|---|
Type | Description |
Tag.Builder |
This builder for chaining. |
setValueBytes(ByteString value)
public Tag.Builder setValueBytes(ByteString value)
The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456".
string value = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for value to set. |
Returns | |
---|---|
Type | Description |
Tag.Builder |
This builder for chaining. |