| Package | Description |
|---|---|
| com.google.cloud.bigquery.storage.v1beta2 |
The interfaces provided are listed below, along with usage samples.
|
| Modifier and Type | Method and Description |
|---|---|
static BigQueryWriteClient |
BigQueryWriteClient.create()
Constructs an instance of BigQueryWriteClient with default settings.
|
static BigQueryWriteClient |
BigQueryWriteClient.create(BigQueryWriteSettings settings)
Constructs an instance of BigQueryWriteClient, using the given settings.
|
static BigQueryWriteClient |
BigQueryWriteClient.create(BigQueryWriteStub stub)
Constructs an instance of BigQueryWriteClient, using the given stub for making calls.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamWriterV2.Builder |
StreamWriterV2.newBuilder(String streamName,
BigQueryWriteClient client)
Constructs a new
StreamWriterV2.Builder using the given stream and client. |
static JsonStreamWriter.Builder |
JsonStreamWriter.newBuilder(String streamOrTableName,
TableSchema tableSchema,
BigQueryWriteClient client)
newBuilder that constructs a JsonStreamWriter builder.
|
| Constructor and Description |
|---|
StreamConnection(BigQueryWriteClient client,
StreamConnection.RequestCallback requestCallback,
StreamConnection.DoneCallback doneCallback) |
Copyright © 2021 Google LLC. All rights reserved.