Package com.google.privacy.dlp.v2
Interface PrivacyMetric.DeltaPresenceEstimationConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrivacyMetric.DeltaPresenceEstimationConfig
,PrivacyMetric.DeltaPresenceEstimationConfig.Builder
- Enclosing class:
- PrivacyMetric
public static interface PrivacyMetric.DeltaPresenceEstimationConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatisticalTable
getAuxiliaryTables(int index)
Several auxiliary tables can be used in the analysis.int
getAuxiliaryTablesCount()
Several auxiliary tables can be used in the analysis.List<StatisticalTable>
getAuxiliaryTablesList()
Several auxiliary tables can be used in the analysis.StatisticalTableOrBuilder
getAuxiliaryTablesOrBuilder(int index)
Several auxiliary tables can be used in the analysis.List<? extends StatisticalTableOrBuilder>
getAuxiliaryTablesOrBuilderList()
Several auxiliary tables can be used in the analysis.QuasiId
getQuasiIds(int index)
Required.int
getQuasiIdsCount()
Required.List<QuasiId>
getQuasiIdsList()
Required.QuasiIdOrBuilder
getQuasiIdsOrBuilder(int index)
Required.List<? extends QuasiIdOrBuilder>
getQuasiIdsOrBuilderList()
Required.String
getRegionCode()
ISO 3166-1 alpha-2 region code to use in the statistical modeling.com.google.protobuf.ByteString
getRegionCodeBytes()
ISO 3166-1 alpha-2 region code to use in the statistical modeling.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getQuasiIdsList
List<QuasiId> getQuasiIdsList()
Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.
repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
getQuasiIds
QuasiId getQuasiIds(int index)
Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.
repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
getQuasiIdsCount
int getQuasiIdsCount()
Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.
repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
getQuasiIdsOrBuilderList
List<? extends QuasiIdOrBuilder> getQuasiIdsOrBuilderList()
Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.
repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
getQuasiIdsOrBuilder
QuasiIdOrBuilder getQuasiIdsOrBuilder(int index)
Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.
repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
-
getRegionCode
String getRegionCode()
ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
string region_code = 2;
- Returns:
- The regionCode.
-
getRegionCodeBytes
com.google.protobuf.ByteString getRegionCodeBytes()
ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
string region_code = 2;
- Returns:
- The bytes for regionCode.
-
getAuxiliaryTablesList
List<StatisticalTable> getAuxiliaryTablesList()
Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;
-
getAuxiliaryTables
StatisticalTable getAuxiliaryTables(int index)
Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;
-
getAuxiliaryTablesCount
int getAuxiliaryTablesCount()
Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;
-
getAuxiliaryTablesOrBuilderList
List<? extends StatisticalTableOrBuilder> getAuxiliaryTablesOrBuilderList()
Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;
-
getAuxiliaryTablesOrBuilder
StatisticalTableOrBuilder getAuxiliaryTablesOrBuilder(int index)
Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;
-
-