public interface BigQueryFieldOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getField()
public abstract FieldId getField()Designated field in the BigQuery table.
.google.privacy.dlp.v2.FieldId field = 2;
| Returns | |
|---|---|
| Type | Description |
FieldId |
The field. |
getFieldOrBuilder()
public abstract FieldIdOrBuilder getFieldOrBuilder()Designated field in the BigQuery table.
.google.privacy.dlp.v2.FieldId field = 2;
| Returns | |
|---|---|
| Type | Description |
FieldIdOrBuilder |
|
getTable()
public abstract BigQueryTable getTable()Source table of the field.
.google.privacy.dlp.v2.BigQueryTable table = 1;
| Returns | |
|---|---|
| Type | Description |
BigQueryTable |
The table. |
getTableOrBuilder()
public abstract BigQueryTableOrBuilder getTableOrBuilder()Source table of the field.
.google.privacy.dlp.v2.BigQueryTable table = 1;
| Returns | |
|---|---|
| Type | Description |
BigQueryTableOrBuilder |
|
hasField()
public abstract boolean hasField()Designated field in the BigQuery table.
.google.privacy.dlp.v2.FieldId field = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the table field is set. |