Interface TableReferenceOrBuilder (2.9.0)

public interface TableReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatasetId()

public abstract String getDatasetId()

The ID of the dataset in the above project.

string dataset_id = 2;

Returns
TypeDescription
String

The datasetId.

getDatasetIdBytes()

public abstract ByteString getDatasetIdBytes()

The ID of the dataset in the above project.

string dataset_id = 2;

Returns
TypeDescription
ByteString

The bytes for datasetId.

getProjectId()

public abstract String getProjectId()

The assigned project ID of the project.

string project_id = 1;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

The assigned project ID of the project.

string project_id = 1;

Returns
TypeDescription
ByteString

The bytes for projectId.

getTableId()

public abstract String getTableId()

The ID of the table in the above dataset.

string table_id = 3;

Returns
TypeDescription
String

The tableId.

getTableIdBytes()

public abstract ByteString getTableIdBytes()

The ID of the table in the above dataset.

string table_id = 3;

Returns
TypeDescription
ByteString

The bytes for tableId.