| Package | Description |
|---|---|
| com.google.cloud.bigquery.storage.v1 |
The interfaces provided are listed below, along with usage samples.
|
| Modifier and Type | Method and Description |
|---|---|
StreamWriter |
StreamWriter.Builder.build()
Builds the
StreamWriterV2. |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.core.ApiFuture<AppendRowsResponse> |
ConnectionWorkerPool.append(StreamWriter streamWriter,
ProtoRows rows)
Distributes the writing of a message to an underlying connection.
|
com.google.api.core.ApiFuture<AppendRowsResponse> |
ConnectionWorkerPool.append(StreamWriter streamWriter,
ProtoRows rows,
long offset)
Distributes the writing of a message to an underlying connection.
|
void |
ConnectionWorkerPool.close(StreamWriter streamWriter)
Close the stream writer.
|
Copyright © 2022 Google LLC. All rights reserved.