public interface BigQueryTableOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatasetId()
public abstract String getDatasetId()Dataset ID of the table.
string dataset_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The datasetId. |
getDatasetIdBytes()
public abstract ByteString getDatasetIdBytes()Dataset ID of the table.
string dataset_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for datasetId. |
getProjectId()
public abstract String getProjectId()The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
string project_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
string project_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
getTableId()
public abstract String getTableId()Name of the table.
string table_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The tableId. |
getTableIdBytes()
public abstract ByteString getTableIdBytes()Name of the table.
string table_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tableId. |