Interface StatisticalTable.QuasiIdentifierFieldOrBuilder (3.1.4)

public static interface StatisticalTable.QuasiIdentifierFieldOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomTag()

public abstract 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;

Returns
TypeDescription
String

The customTag.

getCustomTagBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for customTag.

getField()

public abstract FieldId getField()

Identifies the column.

.google.privacy.dlp.v2.FieldId field = 1;

Returns
TypeDescription
FieldId

The field.

getFieldOrBuilder()

public abstract FieldIdOrBuilder getFieldOrBuilder()

Identifies the column.

.google.privacy.dlp.v2.FieldId field = 1;

Returns
TypeDescription
FieldIdOrBuilder

hasField()

public abstract boolean hasField()

Identifies the column.

.google.privacy.dlp.v2.FieldId field = 1;

Returns
TypeDescription
boolean

Whether the field field is set.