public static interface BigQueryServices.StorageClient
extends java.lang.AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the client object.
|
ReadSession |
createReadSession(CreateReadSessionRequest request)
Create a new read session against an existing table.
|
BigQueryServices.BigQueryServerStream<ReadRowsResponse> |
readRows(ReadRowsRequest request)
Read rows in the context of a specific read stream.
|
SplitReadStreamResponse |
splitReadStream(SplitReadStreamRequest request) |
ReadSession createReadSession(CreateReadSessionRequest request)
BigQueryServices.BigQueryServerStream<ReadRowsResponse> readRows(ReadRowsRequest request)
SplitReadStreamResponse splitReadStream(SplitReadStreamRequest request)
void close()
The override is required since AutoCloseable allows the close method to raise an
exception.
close in interface java.lang.AutoCloseable