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 classRowErrorThe message that presents row level error info in a request.static classRowError.BuilderThe 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 RowErrorOrBuilderAppendRowsResponse.Builder. getRowErrorsOrBuilder(int index)If a request failed due to corrupted rows, no rows in the batch will be appended.RowErrorOrBuilderAppendRowsResponse. getRowErrorsOrBuilder(int index)If a request failed due to corrupted rows, no rows in the batch will be appended.RowErrorOrBuilderAppendRowsResponseOrBuilder. 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.
-