| Modifier and Type | Method and Description |
|---|---|
RowError.Builder |
RowError.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RowError.Builder |
AppendRowsResponse.Builder.addRowErrorsBuilder()
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
RowError.Builder |
AppendRowsResponse.Builder.addRowErrorsBuilder(int index)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
RowError.Builder |
RowError.Builder.clear() |
RowError.Builder |
RowError.Builder.clearCode()
Structured error reason for a row error.
|
RowError.Builder |
RowError.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RowError.Builder |
RowError.Builder.clearIndex()
Index of the malformed row in the request.
|
RowError.Builder |
RowError.Builder.clearMessage()
Description of the issue encountered when processing the row.
|
RowError.Builder |
RowError.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RowError.Builder |
RowError.Builder.clone() |
RowError.Builder |
AppendRowsResponse.Builder.getRowErrorsBuilder(int index)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
RowError.Builder |
RowError.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RowError.Builder |
RowError.Builder.mergeFrom(com.google.protobuf.Message other) |
RowError.Builder |
RowError.Builder.mergeFrom(RowError other) |
RowError.Builder |
RowError.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static RowError.Builder |
RowError.newBuilder() |
static RowError.Builder |
RowError.newBuilder(RowError prototype) |
RowError.Builder |
RowError.newBuilderForType() |
protected RowError.Builder |
RowError.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
RowError.Builder |
RowError.Builder.setCode(RowError.RowErrorCode value)
Structured error reason for a row error.
|
RowError.Builder |
RowError.Builder.setCodeValue(int value)
Structured error reason for a row error.
|
RowError.Builder |
RowError.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RowError.Builder |
RowError.Builder.setIndex(long value)
Index of the malformed row in the request.
|
RowError.Builder |
RowError.Builder.setMessage(String value)
Description of the issue encountered when processing the row.
|
RowError.Builder |
RowError.Builder.setMessageBytes(com.google.protobuf.ByteString value)
Description of the issue encountered when processing the row.
|
RowError.Builder |
RowError.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RowError.Builder |
RowError.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RowError.Builder |
RowError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<RowError.Builder> |
AppendRowsResponse.Builder.getRowErrorsBuilderList()
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
| Modifier and Type | Method and Description |
|---|---|
AppendRowsResponse.Builder |
AppendRowsResponse.Builder.addRowErrors(int index,
RowError.Builder builderForValue)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
AppendRowsResponse.Builder |
AppendRowsResponse.Builder.addRowErrors(RowError.Builder builderForValue)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
AppendRowsResponse.Builder |
AppendRowsResponse.Builder.setRowErrors(int index,
RowError.Builder builderForValue)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
Copyright © 2023 Google LLC. All rights reserved.