Interface StatisticalTable.QuasiIdentifierFieldOrBuilder (3.46.0)

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
Type Description
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
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.