Uses of Class
com.google.cloud.bigquery.storage.v1.StorageError
-
Packages that use StorageError Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of StorageError in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return StorageError Modifier and Type Method Description StorageError
StorageError.Builder. build()
StorageError
StorageError.Builder. buildPartial()
static StorageError
StorageError. getDefaultInstance()
StorageError
StorageError.Builder. getDefaultInstanceForType()
StorageError
StorageError. getDefaultInstanceForType()
StorageError
BatchCommitWriteStreamsResponse.Builder. getStreamErrors(int index)
Stream level error if commit failed.StorageError
BatchCommitWriteStreamsResponse. getStreamErrors(int index)
Stream level error if commit failed.StorageError
BatchCommitWriteStreamsResponseOrBuilder. getStreamErrors(int index)
Stream level error if commit failed.static StorageError
StorageError. parseDelimitedFrom(InputStream input)
static StorageError
StorageError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StorageError
StorageError. parseFrom(byte[] data)
static StorageError
StorageError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StorageError
StorageError. parseFrom(com.google.protobuf.ByteString data)
static StorageError
StorageError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StorageError
StorageError. parseFrom(com.google.protobuf.CodedInputStream input)
static StorageError
StorageError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StorageError
StorageError. parseFrom(InputStream input)
static StorageError
StorageError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StorageError
StorageError. parseFrom(ByteBuffer data)
static StorageError
StorageError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type StorageError Modifier and Type Method Description com.google.protobuf.Parser<StorageError>
StorageError. getParserForType()
List<StorageError>
BatchCommitWriteStreamsResponse.Builder. getStreamErrorsList()
Stream level error if commit failed.List<StorageError>
BatchCommitWriteStreamsResponse. getStreamErrorsList()
Stream level error if commit failed.List<StorageError>
BatchCommitWriteStreamsResponseOrBuilder. getStreamErrorsList()
Stream level error if commit failed.static com.google.protobuf.Parser<StorageError>
StorageError. parser()
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type StorageError Modifier and Type Method Description BatchCommitWriteStreamsResponse.Builder
BatchCommitWriteStreamsResponse.Builder. addStreamErrors(int index, StorageError value)
Stream level error if commit failed.BatchCommitWriteStreamsResponse.Builder
BatchCommitWriteStreamsResponse.Builder. addStreamErrors(StorageError value)
Stream level error if commit failed.StorageError.Builder
StorageError.Builder. mergeFrom(StorageError other)
static StorageError.Builder
StorageError. newBuilder(StorageError prototype)
BatchCommitWriteStreamsResponse.Builder
BatchCommitWriteStreamsResponse.Builder. setStreamErrors(int index, StorageError value)
Stream level error if commit failed.Method parameters in com.google.cloud.bigquery.storage.v1 with type arguments of type StorageError Modifier and Type Method Description BatchCommitWriteStreamsResponse.Builder
BatchCommitWriteStreamsResponse.Builder. addAllStreamErrors(Iterable<? extends StorageError> values)
Stream level error if commit failed.
-