- 3.56.0 (latest)
- 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 Key.PathElement.Builder extends GeneratedMessageV3.Builder<Key.PathElement.Builder> implements Key.PathElementOrBuilder
A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete.
Protobuf type google.privacy.dlp.v2.Key.PathElement
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Key.PathElement.BuilderImplements
Key.PathElementOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Key.PathElement.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Key.PathElement.Builder |
build()
public Key.PathElement build()
Type | Description |
Key.PathElement |
buildPartial()
public Key.PathElement buildPartial()
Type | Description |
Key.PathElement |
clear()
public Key.PathElement.Builder clear()
Type | Description |
Key.PathElement.Builder |
clearField(Descriptors.FieldDescriptor field)
public Key.PathElement.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Key.PathElement.Builder |
clearId()
public Key.PathElement.Builder clearId()
The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future.
int64 id = 2;
Type | Description |
Key.PathElement.Builder | This builder for chaining. |
clearIdType()
public Key.PathElement.Builder clearIdType()
Type | Description |
Key.PathElement.Builder |
clearKind()
public Key.PathElement.Builder clearKind()
The kind of the entity.
A kind matching regex .*
is reserved/read-only.
A kind must not contain more than 1500 bytes when UTF-8 encoded.
Cannot be ""
.
string kind = 1;
Type | Description |
Key.PathElement.Builder | This builder for chaining. |
clearName()
public Key.PathElement.Builder clearName()
The name of the entity.
A name matching regex .*
is reserved/read-only.
A name must not be more than 1500 bytes when UTF-8 encoded.
Cannot be ""
.
string name = 3;
Type | Description |
Key.PathElement.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Key.PathElement.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Key.PathElement.Builder |
clone()
public Key.PathElement.Builder clone()
Type | Description |
Key.PathElement.Builder |
getDefaultInstanceForType()
public Key.PathElement getDefaultInstanceForType()
Type | Description |
Key.PathElement |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getId()
public long getId()
The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future.
int64 id = 2;
Type | Description |
long | The id. |
getIdTypeCase()
public Key.PathElement.IdTypeCase getIdTypeCase()
Type | Description |
Key.PathElement.IdTypeCase |
getKind()
public String getKind()
The kind of the entity.
A kind matching regex .*
is reserved/read-only.
A kind must not contain more than 1500 bytes when UTF-8 encoded.
Cannot be ""
.
string kind = 1;
Type | Description |
String | The kind. |
getKindBytes()
public ByteString getKindBytes()
The kind of the entity.
A kind matching regex .*
is reserved/read-only.
A kind must not contain more than 1500 bytes when UTF-8 encoded.
Cannot be ""
.
string kind = 1;
Type | Description |
ByteString | The bytes for kind. |
getName()
public String getName()
The name of the entity.
A name matching regex .*
is reserved/read-only.
A name must not be more than 1500 bytes when UTF-8 encoded.
Cannot be ""
.
string name = 3;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The name of the entity.
A name matching regex .*
is reserved/read-only.
A name must not be more than 1500 bytes when UTF-8 encoded.
Cannot be ""
.
string name = 3;
Type | Description |
ByteString | The bytes for name. |
hasId()
public boolean hasId()
The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future.
int64 id = 2;
Type | Description |
boolean | Whether the id field is set. |
hasName()
public boolean hasName()
The name of the entity.
A name matching regex .*
is reserved/read-only.
A name must not be more than 1500 bytes when UTF-8 encoded.
Cannot be ""
.
string name = 3;
Type | Description |
boolean | Whether the name field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Key.PathElement other)
public Key.PathElement.Builder mergeFrom(Key.PathElement other)
Name | Description |
other | Key.PathElement |
Type | Description |
Key.PathElement.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Key.PathElement.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Key.PathElement.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Key.PathElement.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Key.PathElement.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Key.PathElement.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Key.PathElement.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Key.PathElement.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Key.PathElement.Builder |
setId(long value)
public Key.PathElement.Builder setId(long value)
The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future.
int64 id = 2;
Name | Description |
value | long The id to set. |
Type | Description |
Key.PathElement.Builder | This builder for chaining. |
setKind(String value)
public Key.PathElement.Builder setKind(String value)
The kind of the entity.
A kind matching regex .*
is reserved/read-only.
A kind must not contain more than 1500 bytes when UTF-8 encoded.
Cannot be ""
.
string kind = 1;
Name | Description |
value | String The kind to set. |
Type | Description |
Key.PathElement.Builder | This builder for chaining. |
setKindBytes(ByteString value)
public Key.PathElement.Builder setKindBytes(ByteString value)
The kind of the entity.
A kind matching regex .*
is reserved/read-only.
A kind must not contain more than 1500 bytes when UTF-8 encoded.
Cannot be ""
.
string kind = 1;
Name | Description |
value | ByteString The bytes for kind to set. |
Type | Description |
Key.PathElement.Builder | This builder for chaining. |
setName(String value)
public Key.PathElement.Builder setName(String value)
The name of the entity.
A name matching regex .*
is reserved/read-only.
A name must not be more than 1500 bytes when UTF-8 encoded.
Cannot be ""
.
string name = 3;
Name | Description |
value | String The name to set. |
Type | Description |
Key.PathElement.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public Key.PathElement.Builder setNameBytes(ByteString value)
The name of the entity.
A name matching regex .*
is reserved/read-only.
A name must not be more than 1500 bytes when UTF-8 encoded.
Cannot be ""
.
string name = 3;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
Key.PathElement.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Key.PathElement.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Key.PathElement.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Key.PathElement.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Key.PathElement.Builder |