public interface StatisticalTableOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getQuasiIds(int index)
public abstract StatisticalTable.QuasiIdentifierField getQuasiIds(int index)Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.StatisticalTable.QuasiIdentifierField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | int |
| Type | Description |
| StatisticalTable.QuasiIdentifierField |
getQuasiIdsCount()
public abstract int getQuasiIdsCount()Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.StatisticalTable.QuasiIdentifierField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int |
getQuasiIdsList()
public abstract List<StatisticalTable.QuasiIdentifierField> getQuasiIdsList()Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.StatisticalTable.QuasiIdentifierField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<QuasiIdentifierField> |
getQuasiIdsOrBuilder(int index)
public abstract StatisticalTable.QuasiIdentifierFieldOrBuilder getQuasiIdsOrBuilder(int index)Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.StatisticalTable.QuasiIdentifierField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | int |
| Type | Description |
| StatisticalTable.QuasiIdentifierFieldOrBuilder |
getQuasiIdsOrBuilderList()
public abstract List<? extends StatisticalTable.QuasiIdentifierFieldOrBuilder> getQuasiIdsOrBuilderList()Required. Quasi-identifier columns.
repeated .google.privacy.dlp.v2.StatisticalTable.QuasiIdentifierField quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<? extends com.google.privacy.dlp.v2.StatisticalTable.QuasiIdentifierFieldOrBuilder> |
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. |