public static interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTableOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getQuasiIds(int index)
public abstract 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];
| Name | Description |
| index | int |
| Type | Description |
| PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField |
getQuasiIdsCount()
public abstract int getQuasiIdsCount()Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int |
getQuasiIdsList()
public abstract 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];
| Type | Description |
| List<QuasiIdField> |
getQuasiIdsOrBuilder(int index)
public abstract 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];
| Name | Description |
| index | int |
| Type | Description |
| PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdFieldOrBuilder |
getQuasiIdsOrBuilderList()
public abstract 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];
| Type | Description |
| List<? extends com.google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdFieldOrBuilder> |
getRelativeFrequency()
public abstract 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];
| Type | Description |
| FieldId | The relativeFrequency. |
getRelativeFrequencyOrBuilder()
public abstract 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];
| Type | Description |
| FieldIdOrBuilder |
getTable()
public abstract BigQueryTable getTable()Required. Auxiliary table location.
.google.privacy.dlp.v2.BigQueryTable table = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| BigQueryTable | The table. |
getTableOrBuilder()
public abstract BigQueryTableOrBuilder getTableOrBuilder()Required. Auxiliary table location.
.google.privacy.dlp.v2.BigQueryTable table = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| BigQueryTableOrBuilder |
hasRelativeFrequency()
public abstract 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];
| Type | Description |
| boolean | Whether the relativeFrequency field is set. |
hasTable()
public abstract boolean hasTable()Required. Auxiliary table location.
.google.privacy.dlp.v2.BigQueryTable table = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the table field is set. |