public static interface TableReferenceProto.TableReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatasetId()
The ID of the dataset in the above project.
|
com.google.protobuf.ByteString |
getDatasetIdBytes()
The ID of the dataset in the above project.
|
String |
getProjectId()
The assigned project ID of the project.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
The assigned project ID of the project.
|
String |
getTableId()
The ID of the table in the above dataset.
|
com.google.protobuf.ByteString |
getTableIdBytes()
The ID of the table in the above dataset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProjectId()
The assigned project ID of the project.
string project_id = 1;com.google.protobuf.ByteString getProjectIdBytes()
The assigned project ID of the project.
string project_id = 1;String getDatasetId()
The ID of the dataset in the above project.
string dataset_id = 2;com.google.protobuf.ByteString getDatasetIdBytes()
The ID of the dataset in the above project.
string dataset_id = 2;String getTableId()
The ID of the table in the above dataset.
string table_id = 3;com.google.protobuf.ByteString getTableIdBytes()
The ID of the table in the above dataset.
string table_id = 3;Copyright © 2021 Google LLC. All rights reserved.