public interface BigQueryTableOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDatasetId()
Dataset ID of the table.
|
ByteString |
getDatasetIdBytes()
Dataset ID of the table.
|
java.lang.String |
getProjectId()
The Google Cloud Platform project ID of the project containing the table.
|
ByteString |
getProjectIdBytes()
The Google Cloud Platform project ID of the project containing the table.
|
java.lang.String |
getTableId()
Name of the table.
|
ByteString |
getTableIdBytes()
Name of the table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getProjectId()
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
string project_id = 1;ByteString getProjectIdBytes()
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
string project_id = 1;java.lang.String getDatasetId()
Dataset ID of the table.
string dataset_id = 2;ByteString getDatasetIdBytes()
Dataset ID of the table.
string dataset_id = 2;java.lang.String getTableId()
Name of the table.
string table_id = 3;ByteString getTableIdBytes()
Name of the table.
string table_id = 3;