public interface BigQueryIODetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataset()
public abstract String getDataset()
Dataset accessed in the connection.
string dataset = 2;
Returns | |
---|---|
Type | Description |
String |
The dataset. |
getDatasetBytes()
public abstract ByteString getDatasetBytes()
Dataset accessed in the connection.
string dataset = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for dataset. |
getProjectId()
public abstract String getProjectId()
Project accessed in the connection.
string project_id = 3;
Returns | |
---|---|
Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()
Project accessed in the connection.
string project_id = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for projectId. |
getQuery()
public abstract String getQuery()
Query used to access data in the connection.
string query = 4;
Returns | |
---|---|
Type | Description |
String |
The query. |
getQueryBytes()
public abstract ByteString getQueryBytes()
Query used to access data in the connection.
string query = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for query. |
getTable()
public abstract String getTable()
Table accessed in the connection.
string table = 1;
Returns | |
---|---|
Type | Description |
String |
The table. |
getTableBytes()
public abstract ByteString getTableBytes()
Table accessed in the connection.
string table = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for table. |