Uses of Class
com.google.privacy.dlp.v2.EntityId
-
Packages that use EntityId Package Description com.google.privacy.dlp.v2 -
-
Uses of EntityId in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return EntityId Modifier and Type Method Description EntityId
EntityId.Builder. build()
EntityId
EntityId.Builder. buildPartial()
static EntityId
EntityId. getDefaultInstance()
EntityId
EntityId.Builder. getDefaultInstanceForType()
EntityId
EntityId. getDefaultInstanceForType()
EntityId
PrivacyMetric.KAnonymityConfig.Builder. getEntityId()
Message indicating that multiple rows might be associated to a single individual.EntityId
PrivacyMetric.KAnonymityConfig. getEntityId()
Message indicating that multiple rows might be associated to a single individual.EntityId
PrivacyMetric.KAnonymityConfigOrBuilder. getEntityId()
Message indicating that multiple rows might be associated to a single individual.static EntityId
EntityId. parseDelimitedFrom(InputStream input)
static EntityId
EntityId. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityId
EntityId. parseFrom(byte[] data)
static EntityId
EntityId. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityId
EntityId. parseFrom(com.google.protobuf.ByteString data)
static EntityId
EntityId. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityId
EntityId. parseFrom(com.google.protobuf.CodedInputStream input)
static EntityId
EntityId. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityId
EntityId. parseFrom(InputStream input)
static EntityId
EntityId. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityId
EntityId. parseFrom(ByteBuffer data)
static EntityId
EntityId. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type EntityId Modifier and Type Method Description com.google.protobuf.Parser<EntityId>
EntityId. getParserForType()
static com.google.protobuf.Parser<EntityId>
EntityId. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type EntityId Modifier and Type Method Description PrivacyMetric.KAnonymityConfig.Builder
PrivacyMetric.KAnonymityConfig.Builder. mergeEntityId(EntityId value)
Message indicating that multiple rows might be associated to a single individual.EntityId.Builder
EntityId.Builder. mergeFrom(EntityId other)
static EntityId.Builder
EntityId. newBuilder(EntityId prototype)
PrivacyMetric.KAnonymityConfig.Builder
PrivacyMetric.KAnonymityConfig.Builder. setEntityId(EntityId value)
Message indicating that multiple rows might be associated to a single individual.
-