Interface TableReferenceOrBuilder (3.71.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.

getProjectId()

public abstract String getProjectId()

The Google Cloud project ID of the project containing the table. If omitted, the project ID is inferred from the parent project. This field is required if the parent resource is an organization.

string project_id = 3;

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

The Google Cloud project ID of the project containing the table. If omitted, the project ID is inferred from the parent project. This field is required if the parent resource is an organization.

string project_id = 3;

Returns
Type Description
ByteString

The bytes for projectId.

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.