Uses of Class
com.google.cloud.bigquery.storage.v1.RowError
-
Packages that use RowError Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of RowError in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return RowError Modifier and Type Method Description RowError
RowError.Builder. build()
RowError
RowError.Builder. buildPartial()
static RowError
RowError. getDefaultInstance()
RowError
RowError.Builder. getDefaultInstanceForType()
RowError
RowError. getDefaultInstanceForType()
RowError
AppendRowsResponse.Builder. getRowErrors(int index)
If a request failed due to corrupted rows, no rows in the batch will be appended.RowError
AppendRowsResponse. getRowErrors(int index)
If a request failed due to corrupted rows, no rows in the batch will be appended.RowError
AppendRowsResponseOrBuilder. getRowErrors(int index)
If a request failed due to corrupted rows, no rows in the batch will be appended.static RowError
RowError. parseDelimitedFrom(InputStream input)
static RowError
RowError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowError
RowError. parseFrom(byte[] data)
static RowError
RowError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowError
RowError. parseFrom(com.google.protobuf.ByteString data)
static RowError
RowError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowError
RowError. parseFrom(com.google.protobuf.CodedInputStream input)
static RowError
RowError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowError
RowError. parseFrom(InputStream input)
static RowError
RowError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowError
RowError. parseFrom(ByteBuffer data)
static RowError
RowError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type RowError Modifier and Type Method Description com.google.protobuf.Parser<RowError>
RowError. getParserForType()
List<RowError>
AppendRowsResponse.Builder. getRowErrorsList()
If a request failed due to corrupted rows, no rows in the batch will be appended.List<RowError>
AppendRowsResponse. getRowErrorsList()
If a request failed due to corrupted rows, no rows in the batch will be appended.List<RowError>
AppendRowsResponseOrBuilder. getRowErrorsList()
If a request failed due to corrupted rows, no rows in the batch will be appended.static com.google.protobuf.Parser<RowError>
RowError. parser()
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type RowError Modifier and Type Method Description AppendRowsResponse.Builder
AppendRowsResponse.Builder. addRowErrors(int index, RowError value)
If a request failed due to corrupted rows, no rows in the batch will be appended.AppendRowsResponse.Builder
AppendRowsResponse.Builder. addRowErrors(RowError value)
If a request failed due to corrupted rows, no rows in the batch will be appended.RowError.Builder
RowError.Builder. mergeFrom(RowError other)
static RowError.Builder
RowError. newBuilder(RowError prototype)
AppendRowsResponse.Builder
AppendRowsResponse.Builder. setRowErrors(int index, RowError value)
If a request failed due to corrupted rows, no rows in the batch will be appended.Method parameters in com.google.cloud.bigquery.storage.v1 with type arguments of type RowError Modifier and Type Method Description AppendRowsResponse.Builder
AppendRowsResponse.Builder. addAllRowErrors(Iterable<? extends RowError> values)
If a request failed due to corrupted rows, no rows in the batch will be appended.
-