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 RowErrorRowError.Builder. build()RowErrorRowError.Builder. buildPartial()static RowErrorRowError. getDefaultInstance()RowErrorRowError.Builder. getDefaultInstanceForType()RowErrorRowError. getDefaultInstanceForType()RowErrorAppendRowsResponse.Builder. getRowErrors(int index)If a request failed due to corrupted rows, no rows in the batch will be appended.RowErrorAppendRowsResponse. getRowErrors(int index)If a request failed due to corrupted rows, no rows in the batch will be appended.RowErrorAppendRowsResponseOrBuilder. getRowErrors(int index)If a request failed due to corrupted rows, no rows in the batch will be appended.static RowErrorRowError. parseDelimitedFrom(InputStream input)static RowErrorRowError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowErrorRowError. parseFrom(byte[] data)static RowErrorRowError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowErrorRowError. parseFrom(com.google.protobuf.ByteString data)static RowErrorRowError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowErrorRowError. parseFrom(com.google.protobuf.CodedInputStream input)static RowErrorRowError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowErrorRowError. parseFrom(InputStream input)static RowErrorRowError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowErrorRowError. parseFrom(ByteBuffer data)static RowErrorRowError. 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.BuilderAppendRowsResponse.Builder. addRowErrors(int index, RowError value)If a request failed due to corrupted rows, no rows in the batch will be appended.AppendRowsResponse.BuilderAppendRowsResponse.Builder. addRowErrors(RowError value)If a request failed due to corrupted rows, no rows in the batch will be appended.RowError.BuilderRowError.Builder. mergeFrom(RowError other)static RowError.BuilderRowError. newBuilder(RowError prototype)AppendRowsResponse.BuilderAppendRowsResponse.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.BuilderAppendRowsResponse.Builder. addAllRowErrors(Iterable<? extends RowError> values)If a request failed due to corrupted rows, no rows in the batch will be appended.
-