| Package | Description |
|---|---|
| com.google.cloud.bigquery.storage.v1 |
The interfaces provided are listed below, along with usage samples.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Exceptions.OffsetAlreadyExists
Offset already exists.
|
static class |
Exceptions.OffsetOutOfRange
Offset out of range.
|
static class |
Exceptions.SchemaMismatchedException
There was a schema mismatch due to bigquery table with fewer fields than the input message.
|
static class |
Exceptions.StreamFinalizedException
The write stream has already been finalized and will not accept further appends or flushes.
|
static class |
Exceptions.StreamNotFound
The stream is not found.
|
| Modifier and Type | Method and Description |
|---|---|
static Exceptions.StorageException |
Exceptions.toStorageException(com.google.rpc.Status rpcStatus,
Throwable exception)
Converts a c.g.rpc.Status into a StorageException, if possible.
|
static Exceptions.StorageException |
Exceptions.toStorageException(Throwable exception)
Converts a Throwable into a StorageException, if possible.
|
Copyright © 2023 Google LLC. All rights reserved.