See: Description
Class | Description |
---|---|
BaseBigQueryStorageClient |
Service Description: BigQuery storage API.
|
BaseBigQueryStorageSettings |
Settings class to configure an instance of
BaseBigQueryStorageClient . |
BaseBigQueryStorageSettings.Builder |
Builder for BaseBigQueryStorageSettings.
|
BigQueryStorageClient |
Service Description: BigQuery storage API.
|
BigQueryStorageSettings |
Settings class to configure an instance of
BigQueryStorageClient . |
BigQueryStorageSettings.Builder |
Builder for BigQueryStorageSettings.
|
The interfaces provided are listed below, along with usage samples.
========================= BaseBigQueryStorageClient =========================
Service Description: BigQuery storage API.
The BigQuery storage API can be used to read data stored in BigQuery.
Sample for BaseBigQueryStorageClient:
try (BaseBigQueryStorageClient baseBigQueryStorageClient = BaseBigQueryStorageClient.create()) {
TableReference tableReference = TableReference.newBuilder().build();
String parent = "";
int requestedStreams = 0;
ReadSession response = baseBigQueryStorageClient.createReadSession(tableReference, parent, requestedStreams);
}
Copyright © 2019 Google LLC. All rights reserved.