Interface BigQueryIODetailsOrBuilder (0.9.0)

public interface BigQueryIODetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataset()

public abstract String getDataset()

Dataset accessed in the connection.

string dataset = 2;

Returns
TypeDescription
String

The dataset.

getDatasetBytes()

public abstract ByteString getDatasetBytes()

Dataset accessed in the connection.

string dataset = 2;

Returns
TypeDescription
ByteString

The bytes for dataset.

getProjectId()

public abstract String getProjectId()

Project accessed in the connection.

string project_id = 3;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

Project accessed in the connection.

string project_id = 3;

Returns
TypeDescription
ByteString

The bytes for projectId.

getQuery()

public abstract String getQuery()

Query used to access data in the connection.

string query = 4;

Returns
TypeDescription
String

The query.

getQueryBytes()

public abstract ByteString getQueryBytes()

Query used to access data in the connection.

string query = 4;

Returns
TypeDescription
ByteString

The bytes for query.

getTable()

public abstract String getTable()

Table accessed in the connection.

string table = 1;

Returns
TypeDescription
String

The table.

getTableBytes()

public abstract ByteString getTableBytes()

Table accessed in the connection.

string table = 1;

Returns
TypeDescription
ByteString

The bytes for table.