Skip navigation links

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

Package com.google.cloud.bigquery.storage.v1alpha2

A client to BigQuery Storage API.

See: Description

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

A client to BigQuery Storage API.

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

=================== BigQueryWriteClient ===================

Service Description: BigQuery Write API.

The Write API can be used to write data to BigQuery.

Sample for BigQueryWriteClient:

 
 try (BigQueryWriteClient bigQueryWriteClient = BigQueryWriteClient.create()) {
   TableName parent = TableName.of("[PROJECT]", "[DATASET]", "[TABLE]");
   WriteStream writeStream = WriteStream.newBuilder().build();
   WriteStream response = bigQueryWriteClient.createWriteStream(parent, writeStream);
 }
 
 
Skip navigation links

Copyright © 2020 Google LLC. All rights reserved.