Uses of Class
com.google.privacy.dlp.v2.StatisticalTable
-
Packages that use StatisticalTable Package Description com.google.privacy.dlp.v2 -
-
Uses of StatisticalTable in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return StatisticalTable Modifier and Type Method Description StatisticalTable
StatisticalTable.Builder. build()
StatisticalTable
StatisticalTable.Builder. buildPartial()
StatisticalTable
PrivacyMetric.DeltaPresenceEstimationConfig.Builder. getAuxiliaryTables(int index)
Several auxiliary tables can be used in the analysis.StatisticalTable
PrivacyMetric.DeltaPresenceEstimationConfig. getAuxiliaryTables(int index)
Several auxiliary tables can be used in the analysis.StatisticalTable
PrivacyMetric.DeltaPresenceEstimationConfigOrBuilder. getAuxiliaryTables(int index)
Several auxiliary tables can be used in the analysis.static StatisticalTable
StatisticalTable. getDefaultInstance()
StatisticalTable
StatisticalTable.Builder. getDefaultInstanceForType()
StatisticalTable
StatisticalTable. getDefaultInstanceForType()
static StatisticalTable
StatisticalTable. parseDelimitedFrom(InputStream input)
static StatisticalTable
StatisticalTable. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StatisticalTable
StatisticalTable. parseFrom(byte[] data)
static StatisticalTable
StatisticalTable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StatisticalTable
StatisticalTable. parseFrom(com.google.protobuf.ByteString data)
static StatisticalTable
StatisticalTable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StatisticalTable
StatisticalTable. parseFrom(com.google.protobuf.CodedInputStream input)
static StatisticalTable
StatisticalTable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StatisticalTable
StatisticalTable. parseFrom(InputStream input)
static StatisticalTable
StatisticalTable. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StatisticalTable
StatisticalTable. parseFrom(ByteBuffer data)
static StatisticalTable
StatisticalTable. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type StatisticalTable Modifier and Type Method Description List<StatisticalTable>
PrivacyMetric.DeltaPresenceEstimationConfig.Builder. getAuxiliaryTablesList()
Several auxiliary tables can be used in the analysis.List<StatisticalTable>
PrivacyMetric.DeltaPresenceEstimationConfig. getAuxiliaryTablesList()
Several auxiliary tables can be used in the analysis.List<StatisticalTable>
PrivacyMetric.DeltaPresenceEstimationConfigOrBuilder. getAuxiliaryTablesList()
Several auxiliary tables can be used in the analysis.com.google.protobuf.Parser<StatisticalTable>
StatisticalTable. getParserForType()
static com.google.protobuf.Parser<StatisticalTable>
StatisticalTable. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type StatisticalTable Modifier and Type Method Description PrivacyMetric.DeltaPresenceEstimationConfig.Builder
PrivacyMetric.DeltaPresenceEstimationConfig.Builder. addAuxiliaryTables(int index, StatisticalTable value)
Several auxiliary tables can be used in the analysis.PrivacyMetric.DeltaPresenceEstimationConfig.Builder
PrivacyMetric.DeltaPresenceEstimationConfig.Builder. addAuxiliaryTables(StatisticalTable value)
Several auxiliary tables can be used in the analysis.StatisticalTable.Builder
StatisticalTable.Builder. mergeFrom(StatisticalTable other)
static StatisticalTable.Builder
StatisticalTable. newBuilder(StatisticalTable prototype)
PrivacyMetric.DeltaPresenceEstimationConfig.Builder
PrivacyMetric.DeltaPresenceEstimationConfig.Builder. setAuxiliaryTables(int index, StatisticalTable value)
Several auxiliary tables can be used in the analysis.Method parameters in com.google.privacy.dlp.v2 with type arguments of type StatisticalTable Modifier and Type Method Description PrivacyMetric.DeltaPresenceEstimationConfig.Builder
PrivacyMetric.DeltaPresenceEstimationConfig.Builder. addAllAuxiliaryTables(Iterable<? extends StatisticalTable> values)
Several auxiliary tables can be used in the analysis.
-