Package com.google.privacy.dlp.v2
Class PrivacyMetric.KAnonymityConfig.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KAnonymityConfig.Builder>
-
- com.google.privacy.dlp.v2.PrivacyMetric.KAnonymityConfig.Builder
-
- All Implemented Interfaces:
PrivacyMetric.KAnonymityConfigOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- PrivacyMetric.KAnonymityConfig
public static final class PrivacyMetric.KAnonymityConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KAnonymityConfig.Builder> implements PrivacyMetric.KAnonymityConfigOrBuilder
k-anonymity metric, used for analysis of reidentification risk.
Protobuf typegoogle.privacy.dlp.v2.PrivacyMetric.KAnonymityConfig
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivacyMetric.KAnonymityConfig.BuilderaddAllQuasiIds(Iterable<? extends FieldId> values)Set of fields to compute k-anonymity over.PrivacyMetric.KAnonymityConfig.BuilderaddQuasiIds(int index, FieldId value)Set of fields to compute k-anonymity over.PrivacyMetric.KAnonymityConfig.BuilderaddQuasiIds(int index, FieldId.Builder builderForValue)Set of fields to compute k-anonymity over.PrivacyMetric.KAnonymityConfig.BuilderaddQuasiIds(FieldId value)Set of fields to compute k-anonymity over.PrivacyMetric.KAnonymityConfig.BuilderaddQuasiIds(FieldId.Builder builderForValue)Set of fields to compute k-anonymity over.FieldId.BuilderaddQuasiIdsBuilder()Set of fields to compute k-anonymity over.FieldId.BuilderaddQuasiIdsBuilder(int index)Set of fields to compute k-anonymity over.PrivacyMetric.KAnonymityConfig.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PrivacyMetric.KAnonymityConfigbuild()PrivacyMetric.KAnonymityConfigbuildPartial()PrivacyMetric.KAnonymityConfig.Builderclear()PrivacyMetric.KAnonymityConfig.BuilderclearEntityId()Message indicating that multiple rows might be associated to a single individual.PrivacyMetric.KAnonymityConfig.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)PrivacyMetric.KAnonymityConfig.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)PrivacyMetric.KAnonymityConfig.BuilderclearQuasiIds()Set of fields to compute k-anonymity over.PrivacyMetric.KAnonymityConfig.Builderclone()PrivacyMetric.KAnonymityConfiggetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()EntityIdgetEntityId()Message indicating that multiple rows might be associated to a single individual.EntityId.BuildergetEntityIdBuilder()Message indicating that multiple rows might be associated to a single individual.EntityIdOrBuildergetEntityIdOrBuilder()Message indicating that multiple rows might be associated to a single individual.FieldIdgetQuasiIds(int index)Set of fields to compute k-anonymity over.FieldId.BuildergetQuasiIdsBuilder(int index)Set of fields to compute k-anonymity over.List<FieldId.Builder>getQuasiIdsBuilderList()Set of fields to compute k-anonymity over.intgetQuasiIdsCount()Set of fields to compute k-anonymity over.List<FieldId>getQuasiIdsList()Set of fields to compute k-anonymity over.FieldIdOrBuildergetQuasiIdsOrBuilder(int index)Set of fields to compute k-anonymity over.List<? extends FieldIdOrBuilder>getQuasiIdsOrBuilderList()Set of fields to compute k-anonymity over.booleanhasEntityId()Message indicating that multiple rows might be associated to a single individual.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()PrivacyMetric.KAnonymityConfig.BuildermergeEntityId(EntityId value)Message indicating that multiple rows might be associated to a single individual.PrivacyMetric.KAnonymityConfig.BuildermergeFrom(PrivacyMetric.KAnonymityConfig other)PrivacyMetric.KAnonymityConfig.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PrivacyMetric.KAnonymityConfig.BuildermergeFrom(com.google.protobuf.Message other)PrivacyMetric.KAnonymityConfig.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PrivacyMetric.KAnonymityConfig.BuilderremoveQuasiIds(int index)Set of fields to compute k-anonymity over.PrivacyMetric.KAnonymityConfig.BuildersetEntityId(EntityId value)Message indicating that multiple rows might be associated to a single individual.PrivacyMetric.KAnonymityConfig.BuildersetEntityId(EntityId.Builder builderForValue)Message indicating that multiple rows might be associated to a single individual.PrivacyMetric.KAnonymityConfig.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PrivacyMetric.KAnonymityConfig.BuildersetQuasiIds(int index, FieldId value)Set of fields to compute k-anonymity over.PrivacyMetric.KAnonymityConfig.BuildersetQuasiIds(int index, FieldId.Builder builderForValue)Set of fields to compute k-anonymity over.PrivacyMetric.KAnonymityConfig.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)PrivacyMetric.KAnonymityConfig.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KAnonymityConfig.Builder>
-
clear
public PrivacyMetric.KAnonymityConfig.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KAnonymityConfig.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KAnonymityConfig.Builder>
-
getDefaultInstanceForType
public PrivacyMetric.KAnonymityConfig getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public PrivacyMetric.KAnonymityConfig build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PrivacyMetric.KAnonymityConfig buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PrivacyMetric.KAnonymityConfig.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KAnonymityConfig.Builder>
-
setField
public PrivacyMetric.KAnonymityConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KAnonymityConfig.Builder>
-
clearField
public PrivacyMetric.KAnonymityConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KAnonymityConfig.Builder>
-
clearOneof
public PrivacyMetric.KAnonymityConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KAnonymityConfig.Builder>
-
setRepeatedField
public PrivacyMetric.KAnonymityConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KAnonymityConfig.Builder>
-
addRepeatedField
public PrivacyMetric.KAnonymityConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KAnonymityConfig.Builder>
-
mergeFrom
public PrivacyMetric.KAnonymityConfig.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PrivacyMetric.KAnonymityConfig.Builder>
-
mergeFrom
public PrivacyMetric.KAnonymityConfig.Builder mergeFrom(PrivacyMetric.KAnonymityConfig other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KAnonymityConfig.Builder>
-
mergeFrom
public PrivacyMetric.KAnonymityConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PrivacyMetric.KAnonymityConfig.Builder>- Throws:
IOException
-
getQuasiIdsList
public List<FieldId> getQuasiIdsList()
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;- Specified by:
getQuasiIdsListin interfacePrivacyMetric.KAnonymityConfigOrBuilder
-
getQuasiIdsCount
public int getQuasiIdsCount()
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;- Specified by:
getQuasiIdsCountin interfacePrivacyMetric.KAnonymityConfigOrBuilder
-
getQuasiIds
public FieldId getQuasiIds(int index)
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;- Specified by:
getQuasiIdsin interfacePrivacyMetric.KAnonymityConfigOrBuilder
-
setQuasiIds
public PrivacyMetric.KAnonymityConfig.Builder setQuasiIds(int index, FieldId value)
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
-
setQuasiIds
public PrivacyMetric.KAnonymityConfig.Builder setQuasiIds(int index, FieldId.Builder builderForValue)
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
-
addQuasiIds
public PrivacyMetric.KAnonymityConfig.Builder addQuasiIds(FieldId value)
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
-
addQuasiIds
public PrivacyMetric.KAnonymityConfig.Builder addQuasiIds(int index, FieldId value)
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
-
addQuasiIds
public PrivacyMetric.KAnonymityConfig.Builder addQuasiIds(FieldId.Builder builderForValue)
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
-
addQuasiIds
public PrivacyMetric.KAnonymityConfig.Builder addQuasiIds(int index, FieldId.Builder builderForValue)
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
-
addAllQuasiIds
public PrivacyMetric.KAnonymityConfig.Builder addAllQuasiIds(Iterable<? extends FieldId> values)
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
-
clearQuasiIds
public PrivacyMetric.KAnonymityConfig.Builder clearQuasiIds()
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
-
removeQuasiIds
public PrivacyMetric.KAnonymityConfig.Builder removeQuasiIds(int index)
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
-
getQuasiIdsBuilder
public FieldId.Builder getQuasiIdsBuilder(int index)
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
-
getQuasiIdsOrBuilder
public FieldIdOrBuilder getQuasiIdsOrBuilder(int index)
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;- Specified by:
getQuasiIdsOrBuilderin interfacePrivacyMetric.KAnonymityConfigOrBuilder
-
getQuasiIdsOrBuilderList
public List<? extends FieldIdOrBuilder> getQuasiIdsOrBuilderList()
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;- Specified by:
getQuasiIdsOrBuilderListin interfacePrivacyMetric.KAnonymityConfigOrBuilder
-
addQuasiIdsBuilder
public FieldId.Builder addQuasiIdsBuilder()
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
-
addQuasiIdsBuilder
public FieldId.Builder addQuasiIdsBuilder(int index)
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
-
getQuasiIdsBuilderList
public List<FieldId.Builder> getQuasiIdsBuilderList()
Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.
repeated .google.privacy.dlp.v2.FieldId quasi_ids = 1;
-
hasEntityId
public boolean hasEntityId()
Message indicating that multiple rows might be associated to a single individual. If the same entity_id is associated to multiple quasi-identifier tuples over distinct rows, we consider the entire collection of tuples as the composite quasi-identifier. This collection is a multiset: the order in which the different tuples appear in the dataset is ignored, but their frequency is taken into account. Important note: a maximum of 1000 rows can be associated to a single entity ID. If more rows are associated with the same entity ID, some might be ignored.
.google.privacy.dlp.v2.EntityId entity_id = 2;- Specified by:
hasEntityIdin interfacePrivacyMetric.KAnonymityConfigOrBuilder- Returns:
- Whether the entityId field is set.
-
getEntityId
public EntityId getEntityId()
Message indicating that multiple rows might be associated to a single individual. If the same entity_id is associated to multiple quasi-identifier tuples over distinct rows, we consider the entire collection of tuples as the composite quasi-identifier. This collection is a multiset: the order in which the different tuples appear in the dataset is ignored, but their frequency is taken into account. Important note: a maximum of 1000 rows can be associated to a single entity ID. If more rows are associated with the same entity ID, some might be ignored.
.google.privacy.dlp.v2.EntityId entity_id = 2;- Specified by:
getEntityIdin interfacePrivacyMetric.KAnonymityConfigOrBuilder- Returns:
- The entityId.
-
setEntityId
public PrivacyMetric.KAnonymityConfig.Builder setEntityId(EntityId value)
Message indicating that multiple rows might be associated to a single individual. If the same entity_id is associated to multiple quasi-identifier tuples over distinct rows, we consider the entire collection of tuples as the composite quasi-identifier. This collection is a multiset: the order in which the different tuples appear in the dataset is ignored, but their frequency is taken into account. Important note: a maximum of 1000 rows can be associated to a single entity ID. If more rows are associated with the same entity ID, some might be ignored.
.google.privacy.dlp.v2.EntityId entity_id = 2;
-
setEntityId
public PrivacyMetric.KAnonymityConfig.Builder setEntityId(EntityId.Builder builderForValue)
Message indicating that multiple rows might be associated to a single individual. If the same entity_id is associated to multiple quasi-identifier tuples over distinct rows, we consider the entire collection of tuples as the composite quasi-identifier. This collection is a multiset: the order in which the different tuples appear in the dataset is ignored, but their frequency is taken into account. Important note: a maximum of 1000 rows can be associated to a single entity ID. If more rows are associated with the same entity ID, some might be ignored.
.google.privacy.dlp.v2.EntityId entity_id = 2;
-
mergeEntityId
public PrivacyMetric.KAnonymityConfig.Builder mergeEntityId(EntityId value)
Message indicating that multiple rows might be associated to a single individual. If the same entity_id is associated to multiple quasi-identifier tuples over distinct rows, we consider the entire collection of tuples as the composite quasi-identifier. This collection is a multiset: the order in which the different tuples appear in the dataset is ignored, but their frequency is taken into account. Important note: a maximum of 1000 rows can be associated to a single entity ID. If more rows are associated with the same entity ID, some might be ignored.
.google.privacy.dlp.v2.EntityId entity_id = 2;
-
clearEntityId
public PrivacyMetric.KAnonymityConfig.Builder clearEntityId()
Message indicating that multiple rows might be associated to a single individual. If the same entity_id is associated to multiple quasi-identifier tuples over distinct rows, we consider the entire collection of tuples as the composite quasi-identifier. This collection is a multiset: the order in which the different tuples appear in the dataset is ignored, but their frequency is taken into account. Important note: a maximum of 1000 rows can be associated to a single entity ID. If more rows are associated with the same entity ID, some might be ignored.
.google.privacy.dlp.v2.EntityId entity_id = 2;
-
getEntityIdBuilder
public EntityId.Builder getEntityIdBuilder()
Message indicating that multiple rows might be associated to a single individual. If the same entity_id is associated to multiple quasi-identifier tuples over distinct rows, we consider the entire collection of tuples as the composite quasi-identifier. This collection is a multiset: the order in which the different tuples appear in the dataset is ignored, but their frequency is taken into account. Important note: a maximum of 1000 rows can be associated to a single entity ID. If more rows are associated with the same entity ID, some might be ignored.
.google.privacy.dlp.v2.EntityId entity_id = 2;
-
getEntityIdOrBuilder
public EntityIdOrBuilder getEntityIdOrBuilder()
Message indicating that multiple rows might be associated to a single individual. If the same entity_id is associated to multiple quasi-identifier tuples over distinct rows, we consider the entire collection of tuples as the composite quasi-identifier. This collection is a multiset: the order in which the different tuples appear in the dataset is ignored, but their frequency is taken into account. Important note: a maximum of 1000 rows can be associated to a single entity ID. If more rows are associated with the same entity ID, some might be ignored.
.google.privacy.dlp.v2.EntityId entity_id = 2;- Specified by:
getEntityIdOrBuilderin interfacePrivacyMetric.KAnonymityConfigOrBuilder
-
setUnknownFields
public final PrivacyMetric.KAnonymityConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KAnonymityConfig.Builder>
-
mergeUnknownFields
public final PrivacyMetric.KAnonymityConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KAnonymityConfig.Builder>
-
-