Skip navigation links

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

Package com.google.cloud.bigquery.storage.v1

A client to BigQuery Storage API.

See: Description

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

A client to BigQuery Storage API.

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

====================== BaseBigQueryReadClient ======================

Service Description: BigQuery Read API.

The Read API can be used to read data from BigQuery.

Sample for BaseBigQueryReadClient:

 
 try (BaseBigQueryReadClient baseBigQueryReadClient = BaseBigQueryReadClient.create()) {
   ProjectName parent = ProjectName.of("[PROJECT]");
   ReadSession readSession = ReadSession.newBuilder().build();
   int maxStreamCount = 0;
   ReadSession response = baseBigQueryReadClient.createReadSession(parent, readSession, maxStreamCount);
 }
 
 
Skip navigation links

Copyright © 2020 Google LLC. All rights reserved.