public static interface PrivacyMetric.DeltaPresenceEstimationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
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];
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];
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;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;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;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;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;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;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;Copyright © 2022 Google LLC. All rights reserved.