public interface BigQueryFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FieldId |
getField()
Designated field in the BigQuery table.
|
FieldIdOrBuilder |
getFieldOrBuilder()
Designated field in the BigQuery table.
|
BigQueryTable |
getTable()
Source table of the field.
|
BigQueryTableOrBuilder |
getTableOrBuilder()
Source table of the field.
|
boolean |
hasField()
Designated field in the BigQuery table.
|
boolean |
hasTable()
Source table of the field.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTable()
Source table of the field.
.google.privacy.dlp.v2.BigQueryTable table = 1;BigQueryTable getTable()
Source table of the field.
.google.privacy.dlp.v2.BigQueryTable table = 1;BigQueryTableOrBuilder getTableOrBuilder()
Source table of the field.
.google.privacy.dlp.v2.BigQueryTable table = 1;boolean hasField()
Designated field in the BigQuery table.
.google.privacy.dlp.v2.FieldId field = 2;FieldId getField()
Designated field in the BigQuery table.
.google.privacy.dlp.v2.FieldId field = 2;FieldIdOrBuilder getFieldOrBuilder()
Designated field in the BigQuery table.
.google.privacy.dlp.v2.FieldId field = 2;Copyright © 2022 Google LLC. All rights reserved.