public static interface StatisticalTable.QuasiIdentifierFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomTag()
A column can be tagged with a custom tag.
|
com.google.protobuf.ByteString |
getCustomTagBytes()
A column can be tagged with a custom tag.
|
FieldId |
getField()
Identifies the column.
|
FieldIdOrBuilder |
getFieldOrBuilder()
Identifies the column.
|
boolean |
hasField()
Identifies the column.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasField()
Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;FieldId getField()
Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;FieldIdOrBuilder getFieldOrBuilder()
Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;String getCustomTag()
A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).
string custom_tag = 2;com.google.protobuf.ByteString getCustomTagBytes()
A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).
string custom_tag = 2;Copyright © 2022 Google LLC. All rights reserved.