@Generated(value="by gapic-generator-java")
See: Description
| Interface | Description |
|---|---|
| BigQueryStorageSettings.RetryAttemptListener |
| 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.
|
======================= BaseBigQueryStorageClient =======================
Service Description: BigQuery storage API.
The BigQuery storage API can be used to read data stored in BigQuery.
Sample for BaseBigQueryStorageClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (BaseBigQueryStorageClient baseBigQueryStorageClient = BaseBigQueryStorageClient.create()) {
TableReferenceProto.TableReference tableReference =
TableReferenceProto.TableReference.newBuilder().build();
ProjectName parent = ProjectName.of("[PROJECT]");
int requestedStreams = 1017221410;
Storage.ReadSession response =
baseBigQueryStorageClient.createReadSession(tableReference, parent, requestedStreams);
}
Copyright © 2023 Google LLC. All rights reserved.