Interface TableReferenceOrBuilder (2.77.0)

public interface TableReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatasetId()

public abstract String getDatasetId()

Optional. The ID of the dataset in the above project.

string dataset_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The datasetId.

getDatasetIdBytes()

public abstract ByteString getDatasetIdBytes()

Optional. The ID of the dataset in the above project.

string dataset_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for datasetId.

getProjectId()

public abstract String getProjectId()

Optional. The assigned project ID of the project.

string project_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

Optional. The assigned project ID of the project.

string project_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for projectId.

getTableId()

public abstract String getTableId()

Optional. The ID of the table in the above dataset.

string table_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The tableId.

getTableIdBytes()

public abstract ByteString getTableIdBytes()

Optional. The ID of the table in the above dataset.

string table_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for tableId.