public static final class PrivacyMetric.KMapEstimationConfig.AuxiliaryTable extends GeneratedMessageV3 implements PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
An auxiliary table contains statistical information on the relative frequency of different quasi-identifiers values. It has one or several quasi-identifiers columns, and one column that indicates the relative frequency of each quasi-identifier tuple. If a tuple is present in the data but not in the auxiliary table, the corresponding relative frequency is assumed to be zero (and thus, the tuple is highly reidentifiable).Protobuf type
google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable
Modifier and Type | Class and Description |
---|---|
static class |
PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder
An auxiliary table contains statistical information on the relative
frequency of different quasi-identifiers values.
|
static class |
PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField
A quasi-identifier column has a custom_tag, used to know which column
in the data corresponds to which column in the statistical model.
|
static interface |
PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdFieldOrBuilder |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
QUASI_IDS_FIELD_NUMBER |
static int |
RELATIVE_FREQUENCY_FIELD_NUMBER |
static int |
TABLE_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int TABLE_FIELD_NUMBER
public static final int QUASI_IDS_FIELD_NUMBER
public static final int RELATIVE_FREQUENCY_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public boolean hasTable()
Auxiliary table location. [required]
.google.privacy.dlp.v2.BigQueryTable table = 3;
hasTable
in interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
public BigQueryTable getTable()
Auxiliary table location. [required]
.google.privacy.dlp.v2.BigQueryTable table = 3;
getTable
in interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
public BigQueryTableOrBuilder getTableOrBuilder()
Auxiliary table location. [required]
.google.privacy.dlp.v2.BigQueryTable table = 3;
getTableOrBuilder
in interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
public java.util.List<PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField> getQuasiIdsList()
Quasi-identifier columns. [required]
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1;
getQuasiIdsList
in interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
public java.util.List<? extends PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdFieldOrBuilder> getQuasiIdsOrBuilderList()
Quasi-identifier columns. [required]
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1;
getQuasiIdsOrBuilderList
in interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
public int getQuasiIdsCount()
Quasi-identifier columns. [required]
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1;
getQuasiIdsCount
in interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField getQuasiIds(int index)
Quasi-identifier columns. [required]
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1;
getQuasiIds
in interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdFieldOrBuilder getQuasiIdsOrBuilder(int index)
Quasi-identifier columns. [required]
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1;
getQuasiIdsOrBuilder
in interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
public boolean hasRelativeFrequency()
The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero. [required]
.google.privacy.dlp.v2.FieldId relative_frequency = 2;
hasRelativeFrequency
in interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
public FieldId getRelativeFrequency()
The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero. [required]
.google.privacy.dlp.v2.FieldId relative_frequency = 2;
getRelativeFrequency
in interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
public FieldIdOrBuilder getRelativeFrequencyOrBuilder()
The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero. [required]
.google.privacy.dlp.v2.FieldId relative_frequency = 2;
getRelativeFrequencyOrBuilder
in interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder newBuilder()
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder newBuilder(PrivacyMetric.KMapEstimationConfig.AuxiliaryTable prototype)
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static PrivacyMetric.KMapEstimationConfig.AuxiliaryTable getDefaultInstance()
public static Parser<PrivacyMetric.KMapEstimationConfig.AuxiliaryTable> parser()
public Parser<PrivacyMetric.KMapEstimationConfig.AuxiliaryTable> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder