Interface TableReferenceOrBuilder (3.49.0)

public interface TableReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatasetId()

public abstract String getDatasetId()

Dataset ID of the table.

string dataset_id = 1;

Returns
Type Description
String

The datasetId.

getDatasetIdBytes()

public abstract ByteString getDatasetIdBytes()

Dataset ID of the table.

string dataset_id = 1;

Returns
Type Description
ByteString

The bytes for datasetId.

getTableId()

public abstract String getTableId()

Name of the table.

string table_id = 2;

Returns
Type Description
String

The tableId.

getTableIdBytes()

public abstract ByteString getTableIdBytes()

Name of the table.

string table_id = 2;

Returns
Type Description
ByteString

The bytes for tableId.