Interface TableReferenceProto.TableReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TableReferenceProto.TableReference,TableReferenceProto.TableReference.Builder
- Enclosing class:
- TableReferenceProto
public static interface TableReferenceProto.TableReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDatasetId()The ID of the dataset in the above project.com.google.protobuf.ByteStringgetDatasetIdBytes()The ID of the dataset in the above project.StringgetProjectId()The assigned project ID of the project.com.google.protobuf.ByteStringgetProjectIdBytes()The assigned project ID of the project.StringgetTableId()The ID of the table in the above dataset.com.google.protobuf.ByteStringgetTableIdBytes()The ID of the table in the above dataset.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProjectId
String getProjectId()
The assigned project ID of the project.
string project_id = 1;- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
The assigned project ID of the project.
string project_id = 1;- Returns:
- The bytes for projectId.
-
getDatasetId
String getDatasetId()
The ID of the dataset in the above project.
string dataset_id = 2;- Returns:
- The datasetId.
-
getDatasetIdBytes
com.google.protobuf.ByteString getDatasetIdBytes()
The ID of the dataset in the above project.
string dataset_id = 2;- Returns:
- The bytes for datasetId.
-
getTableId
String getTableId()
The ID of the table in the above dataset.
string table_id = 3;- Returns:
- The tableId.
-
getTableIdBytes
com.google.protobuf.ByteString getTableIdBytes()
The ID of the table in the above dataset.
string table_id = 3;- Returns:
- The bytes for tableId.
-
-