| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
RowErrorOrBuilder |
AppendRowsResponse.getRowErrorsOrBuilder(int index)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
RowErrorOrBuilder |
AppendRowsResponse.Builder.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends RowErrorOrBuilder> |
AppendRowsResponse.getRowErrorsOrBuilderList()
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
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> |
AppendRowsResponseOrBuilder.getRowErrorsOrBuilderList()
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
Copyright © 2023 Google LLC. All rights reserved.