public interface BigQueryTableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatasetId()
Dataset ID of the table.
|
com.google.protobuf.ByteString |
getDatasetIdBytes()
Dataset ID of the table.
|
String |
getProjectId()
The Google Cloud Platform project ID of the project containing the table.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
The Google Cloud Platform project ID of the project containing the table.
|
String |
getTableId()
Name of the table.
|
com.google.protobuf.ByteString |
getTableIdBytes()
Name of the table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;String getDatasetId()
Dataset ID of the table.
string dataset_id = 2;com.google.protobuf.ByteString getDatasetIdBytes()
Dataset ID of the table.
string dataset_id = 2;String getTableId()
Name of the table.
string table_id = 3;com.google.protobuf.ByteString getTableIdBytes()
Name of the table.
string table_id = 3;Copyright © 2022 Google LLC. All rights reserved.