- 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 EntityId.Builder extends GeneratedMessageV3.Builder<EntityId.Builder> implements EntityIdOrBuilder
An entity in a dataset is a field or set of fields that correspond to a
single person. For example, in medical records the EntityId
might be a
patient identifier, or for financial records it might be an account
identifier. This message is used when generalizations or analysis must take
into account that multiple rows correspond to the same entity.
Protobuf type google.privacy.dlp.v2.EntityId
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > EntityId.BuilderImplements
EntityIdOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EntityId.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
EntityId.Builder |
build()
public EntityId build()
Type | Description |
EntityId |
buildPartial()
public EntityId buildPartial()
Type | Description |
EntityId |
clear()
public EntityId.Builder clear()
Type | Description |
EntityId.Builder |
clearField()
public EntityId.Builder clearField()
Composite key indicating which field contains the entity identifier.
.google.privacy.dlp.v2.FieldId field = 1;
Type | Description |
EntityId.Builder |
clearField(Descriptors.FieldDescriptor field)
public EntityId.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
EntityId.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public EntityId.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
EntityId.Builder |
clone()
public EntityId.Builder clone()
Type | Description |
EntityId.Builder |
getDefaultInstanceForType()
public EntityId getDefaultInstanceForType()
Type | Description |
EntityId |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getField()
public FieldId getField()
Composite key indicating which field contains the entity identifier.
.google.privacy.dlp.v2.FieldId field = 1;
Type | Description |
FieldId | The field. |
getFieldBuilder()
public FieldId.Builder getFieldBuilder()
Composite key indicating which field contains the entity identifier.
.google.privacy.dlp.v2.FieldId field = 1;
Type | Description |
FieldId.Builder |
getFieldOrBuilder()
public FieldIdOrBuilder getFieldOrBuilder()
Composite key indicating which field contains the entity identifier.
.google.privacy.dlp.v2.FieldId field = 1;
Type | Description |
FieldIdOrBuilder |
hasField()
public boolean hasField()
Composite key indicating which field contains the entity identifier.
.google.privacy.dlp.v2.FieldId field = 1;
Type | Description |
boolean | Whether the field field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeField(FieldId value)
public EntityId.Builder mergeField(FieldId value)
Composite key indicating which field contains the entity identifier.
.google.privacy.dlp.v2.FieldId field = 1;
Name | Description |
value | FieldId |
Type | Description |
EntityId.Builder |
mergeFrom(EntityId other)
public EntityId.Builder mergeFrom(EntityId other)
Name | Description |
other | EntityId |
Type | Description |
EntityId.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EntityId.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EntityId.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public EntityId.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
EntityId.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EntityId.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
EntityId.Builder |
setField(FieldId value)
public EntityId.Builder setField(FieldId value)
Composite key indicating which field contains the entity identifier.
.google.privacy.dlp.v2.FieldId field = 1;
Name | Description |
value | FieldId |
Type | Description |
EntityId.Builder |
setField(FieldId.Builder builderForValue)
public EntityId.Builder setField(FieldId.Builder builderForValue)
Composite key indicating which field contains the entity identifier.
.google.privacy.dlp.v2.FieldId field = 1;
Name | Description |
builderForValue | FieldId.Builder |
Type | Description |
EntityId.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public EntityId.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
EntityId.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EntityId.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
EntityId.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final EntityId.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
EntityId.Builder |