Interface BigQueryFieldOrBuilder (3.4.0)

public interface BigQueryFieldOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getField()

public abstract FieldId getField()

Designated field in the BigQuery table.

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

Returns
TypeDescription
FieldId

The field.

getFieldOrBuilder()

public abstract FieldIdOrBuilder getFieldOrBuilder()

Designated field in the BigQuery table.

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

Returns
TypeDescription
FieldIdOrBuilder

getTable()

public abstract BigQueryTable getTable()

Source table of the field.

.google.privacy.dlp.v2.BigQueryTable table = 1;

Returns
TypeDescription
BigQueryTable

The table.

getTableOrBuilder()

public abstract BigQueryTableOrBuilder getTableOrBuilder()

Source table of the field.

.google.privacy.dlp.v2.BigQueryTable table = 1;

Returns
TypeDescription
BigQueryTableOrBuilder

hasField()

public abstract boolean hasField()

Designated field in the BigQuery table.

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

Returns
TypeDescription
boolean

Whether the field field is set.

hasTable()

public abstract boolean hasTable()

Source table of the field.

.google.privacy.dlp.v2.BigQueryTable table = 1;

Returns
TypeDescription
boolean

Whether the table field is set.