Package com.google.privacy.dlp.v2
Class PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder>
-
- com.google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder
-
- All Implemented Interfaces:
PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- PrivacyMetric.KMapEstimationConfig.AuxiliaryTable
public static final class PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder> 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 typegoogle.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable
-
-
Method Summary
-
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.KMapEstimationConfig.AuxiliaryTable.Builder>
-
clear
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.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.KMapEstimationConfig.AuxiliaryTable.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.KMapEstimationConfig.AuxiliaryTable.Builder>
-
getDefaultInstanceForType
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.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.KMapEstimationConfig.AuxiliaryTable.Builder>
-
setField
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.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.KMapEstimationConfig.AuxiliaryTable.Builder>
-
clearField
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder>
-
clearOneof
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder>
-
setRepeatedField
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.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.KMapEstimationConfig.AuxiliaryTable.Builder>
-
addRepeatedField
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.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.KMapEstimationConfig.AuxiliaryTable.Builder>
-
mergeFrom
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder>
-
mergeFrom
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder mergeFrom(PrivacyMetric.KMapEstimationConfig.AuxiliaryTable other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder>
-
mergeFrom
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.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.KMapEstimationConfig.AuxiliaryTable.Builder>- Throws:
IOException
-
hasTable
public boolean hasTable()
Required. Auxiliary table location.
.google.privacy.dlp.v2.BigQueryTable table = 3 [(.google.api.field_behavior) = REQUIRED];- Specified by:
hasTablein interfacePrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder- Returns:
- Whether the table field is set.
-
getTable
public BigQueryTable getTable()
Required. Auxiliary table location.
.google.privacy.dlp.v2.BigQueryTable table = 3 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getTablein interfacePrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder- Returns:
- The table.
-
setTable
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder setTable(BigQueryTable value)
Required. Auxiliary table location.
.google.privacy.dlp.v2.BigQueryTable table = 3 [(.google.api.field_behavior) = REQUIRED];
-
setTable
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder setTable(BigQueryTable.Builder builderForValue)
Required. Auxiliary table location.
.google.privacy.dlp.v2.BigQueryTable table = 3 [(.google.api.field_behavior) = REQUIRED];
-
mergeTable
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder mergeTable(BigQueryTable value)
Required. Auxiliary table location.
.google.privacy.dlp.v2.BigQueryTable table = 3 [(.google.api.field_behavior) = REQUIRED];
-
clearTable
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder clearTable()
Required. Auxiliary table location.
.google.privacy.dlp.v2.BigQueryTable table = 3 [(.google.api.field_behavior) = REQUIRED];
-
getTableBuilder
public BigQueryTable.Builder getTableBuilder()
Required. Auxiliary table location.
.google.privacy.dlp.v2.BigQueryTable table = 3 [(.google.api.field_behavior) = REQUIRED];
-
getTableOrBuilder
public BigQueryTableOrBuilder getTableOrBuilder()
Required. Auxiliary table location.
.google.privacy.dlp.v2.BigQueryTable table = 3 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getTableOrBuilderin interfacePrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
-
getQuasiIdsList
public List<PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField> getQuasiIdsList()
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getQuasiIdsListin interfacePrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
-
getQuasiIdsCount
public int getQuasiIdsCount()
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getQuasiIdsCountin interfacePrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
-
getQuasiIds
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField getQuasiIds(int index)
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getQuasiIdsin interfacePrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
-
setQuasiIds
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder setQuasiIds(int index, PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField value)
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
setQuasiIds
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder setQuasiIds(int index, PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField.Builder builderForValue)
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
addQuasiIds
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder addQuasiIds(PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField value)
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
addQuasiIds
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder addQuasiIds(int index, PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField value)
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
addQuasiIds
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder addQuasiIds(PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField.Builder builderForValue)
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
addQuasiIds
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder addQuasiIds(int index, PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField.Builder builderForValue)
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
addAllQuasiIds
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder addAllQuasiIds(Iterable<? extends PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField> values)
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
clearQuasiIds
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder clearQuasiIds()
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
removeQuasiIds
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder removeQuasiIds(int index)
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
getQuasiIdsBuilder
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField.Builder getQuasiIdsBuilder(int index)
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
getQuasiIdsOrBuilder
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdFieldOrBuilder getQuasiIdsOrBuilder(int index)
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getQuasiIdsOrBuilderin interfacePrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
-
getQuasiIdsOrBuilderList
public List<? extends PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdFieldOrBuilder> getQuasiIdsOrBuilderList()
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getQuasiIdsOrBuilderListin interfacePrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
-
addQuasiIdsBuilder
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField.Builder addQuasiIdsBuilder()
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
addQuasiIdsBuilder
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField.Builder addQuasiIdsBuilder(int index)
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
getQuasiIdsBuilderList
public List<PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField.Builder> getQuasiIdsBuilderList()
Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
hasRelativeFrequency
public boolean hasRelativeFrequency()
Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
.google.privacy.dlp.v2.FieldId relative_frequency = 2 [(.google.api.field_behavior) = REQUIRED];- Specified by:
hasRelativeFrequencyin interfacePrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder- Returns:
- Whether the relativeFrequency field is set.
-
getRelativeFrequency
public FieldId getRelativeFrequency()
Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
.google.privacy.dlp.v2.FieldId relative_frequency = 2 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getRelativeFrequencyin interfacePrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder- Returns:
- The relativeFrequency.
-
setRelativeFrequency
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder setRelativeFrequency(FieldId value)
Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
.google.privacy.dlp.v2.FieldId relative_frequency = 2 [(.google.api.field_behavior) = REQUIRED];
-
setRelativeFrequency
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder setRelativeFrequency(FieldId.Builder builderForValue)
Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
.google.privacy.dlp.v2.FieldId relative_frequency = 2 [(.google.api.field_behavior) = REQUIRED];
-
mergeRelativeFrequency
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder mergeRelativeFrequency(FieldId value)
Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
.google.privacy.dlp.v2.FieldId relative_frequency = 2 [(.google.api.field_behavior) = REQUIRED];
-
clearRelativeFrequency
public PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder clearRelativeFrequency()
Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
.google.privacy.dlp.v2.FieldId relative_frequency = 2 [(.google.api.field_behavior) = REQUIRED];
-
getRelativeFrequencyBuilder
public FieldId.Builder getRelativeFrequencyBuilder()
Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
.google.privacy.dlp.v2.FieldId relative_frequency = 2 [(.google.api.field_behavior) = REQUIRED];
-
getRelativeFrequencyOrBuilder
public FieldIdOrBuilder getRelativeFrequencyOrBuilder()
Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
.google.privacy.dlp.v2.FieldId relative_frequency = 2 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getRelativeFrequencyOrBuilderin interfacePrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder
-
setUnknownFields
public final PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder>
-
mergeUnknownFields
public final PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder>
-
-