Uses of Interface
com.google.cloud.bigquery.storage.v1.RowErrorOrBuilder
-
Packages that use RowErrorOrBuilder Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of RowErrorOrBuilder in com.google.cloud.bigquery.storage.v1
Classes in com.google.cloud.bigquery.storage.v1 that implement RowErrorOrBuilder Modifier and Type Class Description class
RowError
The message that presents row level error info in a request.static class
RowError.Builder
The message that presents row level error info in a request.Methods in com.google.cloud.bigquery.storage.v1 that return RowErrorOrBuilder Modifier and Type Method Description RowErrorOrBuilder
AppendRowsResponse.Builder. getRowErrorsOrBuilder(int index)
If a request failed due to corrupted rows, no rows in the batch will be appended.RowErrorOrBuilder
AppendRowsResponse. getRowErrorsOrBuilder(int index)
If a request failed due to corrupted rows, no rows in the batch will be appended.RowErrorOrBuilder
AppendRowsResponseOrBuilder. getRowErrorsOrBuilder(int index)
If a request failed due to corrupted rows, no rows in the batch will be appended.Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type RowErrorOrBuilder Modifier and Type Method Description List<? extends RowErrorOrBuilder>
AppendRowsResponse.Builder. getRowErrorsOrBuilderList()
If a request failed due to corrupted rows, no rows in the batch will be appended.List<? extends RowErrorOrBuilder>
AppendRowsResponse. getRowErrorsOrBuilderList()
If a request failed due to corrupted rows, no rows in the batch will be appended.List<? extends RowErrorOrBuilder>
AppendRowsResponseOrBuilder. getRowErrorsOrBuilderList()
If a request failed due to corrupted rows, no rows in the batch will be appended.
-