Interface BigQueryTableOrBuilder (3.7.2)

public interface BigQueryTableOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatasetId()

public abstract String getDatasetId()

Dataset ID of the table.

string dataset_id = 2;

Returns
TypeDescription
String

The datasetId.

getDatasetIdBytes()

public abstract ByteString getDatasetIdBytes()

Dataset ID of the table.

string dataset_id = 2;

Returns
TypeDescription
ByteString

The bytes for datasetId.

getProjectId()

public abstract String 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;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for projectId.

getTableId()

public abstract String getTableId()

Name of the table.

string table_id = 3;

Returns
TypeDescription
String

The tableId.

getTableIdBytes()

public abstract ByteString getTableIdBytes()

Name of the table.

string table_id = 3;

Returns
TypeDescription
ByteString

The bytes for tableId.