public static interface TableReferenceProto.TableReferenceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDatasetId()
public abstract String getDatasetId()
The ID of the dataset in the above project.
string dataset_id = 2;
Returns | |
---|---|
Type | Description |
String | The datasetId. |
getDatasetIdBytes()
public abstract ByteString getDatasetIdBytes()
The ID of the dataset in the above project.
string dataset_id = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for datasetId. |
getProjectId()
public abstract String getProjectId()
The assigned project ID of the project.
string project_id = 1;
Returns | |
---|---|
Type | Description |
String | The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()
The assigned project ID of the project.
string project_id = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for projectId. |
getTableId()
public abstract String getTableId()
The ID of the table in the above dataset.
string table_id = 3;
Returns | |
---|---|
Type | Description |
String | The tableId. |
getTableIdBytes()
public abstract ByteString getTableIdBytes()
The ID of the table in the above dataset.
string table_id = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for tableId. |