Uses of Class
com.google.privacy.dlp.v2.StatisticalTable.Builder
-
Packages that use StatisticalTable.Builder Package Description com.google.privacy.dlp.v2 -
-
Uses of StatisticalTable.Builder in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return StatisticalTable.Builder Modifier and Type Method Description StatisticalTable.Builder
StatisticalTable.Builder. addAllQuasiIds(Iterable<? extends StatisticalTable.QuasiIdentifierField> values)
Required.StatisticalTable.Builder
PrivacyMetric.DeltaPresenceEstimationConfig.Builder. addAuxiliaryTablesBuilder()
Several auxiliary tables can be used in the analysis.StatisticalTable.Builder
PrivacyMetric.DeltaPresenceEstimationConfig.Builder. addAuxiliaryTablesBuilder(int index)
Several auxiliary tables can be used in the analysis.StatisticalTable.Builder
StatisticalTable.Builder. addQuasiIds(int index, StatisticalTable.QuasiIdentifierField value)
Required.StatisticalTable.Builder
StatisticalTable.Builder. addQuasiIds(int index, StatisticalTable.QuasiIdentifierField.Builder builderForValue)
Required.StatisticalTable.Builder
StatisticalTable.Builder. addQuasiIds(StatisticalTable.QuasiIdentifierField value)
Required.StatisticalTable.Builder
StatisticalTable.Builder. addQuasiIds(StatisticalTable.QuasiIdentifierField.Builder builderForValue)
Required.StatisticalTable.Builder
StatisticalTable.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
StatisticalTable.Builder
StatisticalTable.Builder. clear()
StatisticalTable.Builder
StatisticalTable.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
StatisticalTable.Builder
StatisticalTable.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
StatisticalTable.Builder
StatisticalTable.Builder. clearQuasiIds()
Required.StatisticalTable.Builder
StatisticalTable.Builder. clearRelativeFrequency()
Required.StatisticalTable.Builder
StatisticalTable.Builder. clearTable()
Required.StatisticalTable.Builder
StatisticalTable.Builder. clone()
StatisticalTable.Builder
PrivacyMetric.DeltaPresenceEstimationConfig.Builder. getAuxiliaryTablesBuilder(int index)
Several auxiliary tables can be used in the analysis.StatisticalTable.Builder
StatisticalTable.Builder. mergeFrom(StatisticalTable other)
StatisticalTable.Builder
StatisticalTable.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StatisticalTable.Builder
StatisticalTable.Builder. mergeFrom(com.google.protobuf.Message other)
StatisticalTable.Builder
StatisticalTable.Builder. mergeRelativeFrequency(FieldId value)
Required.StatisticalTable.Builder
StatisticalTable.Builder. mergeTable(BigQueryTable value)
Required.StatisticalTable.Builder
StatisticalTable.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static StatisticalTable.Builder
StatisticalTable. newBuilder()
static StatisticalTable.Builder
StatisticalTable. newBuilder(StatisticalTable prototype)
StatisticalTable.Builder
StatisticalTable. newBuilderForType()
protected StatisticalTable.Builder
StatisticalTable. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
StatisticalTable.Builder
StatisticalTable.Builder. removeQuasiIds(int index)
Required.StatisticalTable.Builder
StatisticalTable.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
StatisticalTable.Builder
StatisticalTable.Builder. setQuasiIds(int index, StatisticalTable.QuasiIdentifierField value)
Required.StatisticalTable.Builder
StatisticalTable.Builder. setQuasiIds(int index, StatisticalTable.QuasiIdentifierField.Builder builderForValue)
Required.StatisticalTable.Builder
StatisticalTable.Builder. setRelativeFrequency(FieldId value)
Required.StatisticalTable.Builder
StatisticalTable.Builder. setRelativeFrequency(FieldId.Builder builderForValue)
Required.StatisticalTable.Builder
StatisticalTable.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
StatisticalTable.Builder
StatisticalTable.Builder. setTable(BigQueryTable value)
Required.StatisticalTable.Builder
StatisticalTable.Builder. setTable(BigQueryTable.Builder builderForValue)
Required.StatisticalTable.Builder
StatisticalTable.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
StatisticalTable.Builder
StatisticalTable. toBuilder()
Methods in com.google.privacy.dlp.v2 that return types with arguments of type StatisticalTable.Builder Modifier and Type Method Description List<StatisticalTable.Builder>
PrivacyMetric.DeltaPresenceEstimationConfig.Builder. getAuxiliaryTablesBuilderList()
Several auxiliary tables can be used in the analysis.Methods in com.google.privacy.dlp.v2 with parameters of type StatisticalTable.Builder Modifier and Type Method Description PrivacyMetric.DeltaPresenceEstimationConfig.Builder
PrivacyMetric.DeltaPresenceEstimationConfig.Builder. addAuxiliaryTables(int index, StatisticalTable.Builder builderForValue)
Several auxiliary tables can be used in the analysis.PrivacyMetric.DeltaPresenceEstimationConfig.Builder
PrivacyMetric.DeltaPresenceEstimationConfig.Builder. addAuxiliaryTables(StatisticalTable.Builder builderForValue)
Several auxiliary tables can be used in the analysis.PrivacyMetric.DeltaPresenceEstimationConfig.Builder
PrivacyMetric.DeltaPresenceEstimationConfig.Builder. setAuxiliaryTables(int index, StatisticalTable.Builder builderForValue)
Several auxiliary tables can be used in the analysis.
-