Skip navigation links

@Generated(value="by gapic-generator-java")

Package com.google.cloud.bigquery.storage.v1beta1

The interfaces provided are listed below, along with usage samples.

See: Description

Package com.google.cloud.bigquery.storage.v1beta1 Description

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()) {
   TableReferenceProto.TableReference tableReference =
       TableReferenceProto.TableReference.newBuilder().build();
   ProjectName parent = ProjectName.of("[PROJECT]");
   int requestedStreams = 1017221410;
   Storage.ReadSession response =
       baseBigQueryStorageClient.createReadSession(tableReference, parent, requestedStreams);
 }
 
Skip navigation links

Copyright © 2021 Google LLC. All rights reserved.