Skip navigation links

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

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

A client to BigQuery Storage API.

See: Description

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

A client to BigQuery Storage API.

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);
 }
 
 
Skip navigation links

Copyright © 2019 Google LLC. All rights reserved.