public static interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdFieldOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomTag()
public abstract String getCustomTag()A auxiliary field.
string custom_tag = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The customTag. |
getCustomTagBytes()
public abstract ByteString getCustomTagBytes()A auxiliary field.
string custom_tag = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for customTag. |
getField()
public abstract FieldId getField()Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;
| Returns | |
|---|---|
| Type | Description |
FieldId |
The field. |
getFieldOrBuilder()
public abstract FieldIdOrBuilder getFieldOrBuilder()Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;
| Returns | |
|---|---|
| Type | Description |
FieldIdOrBuilder |
|
hasField()
public abstract boolean hasField()Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the field field is set. |