| Modifier and Type | Method and Description |
|---|---|
RowError |
RowError.Builder.build() |
RowError |
RowError.Builder.buildPartial() |
static RowError |
RowError.getDefaultInstance() |
RowError |
RowError.getDefaultInstanceForType() |
RowError |
RowError.Builder.getDefaultInstanceForType() |
RowError |
AppendRowsResponse.getRowErrors(int index)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
RowError |
AppendRowsResponse.Builder.getRowErrors(int index)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
RowError |
AppendRowsResponseOrBuilder.getRowErrors(int index)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
static RowError |
RowError.parseDelimitedFrom(InputStream input) |
static RowError |
RowError.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowError |
RowError.parseFrom(byte[] data) |
static RowError |
RowError.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowError |
RowError.parseFrom(ByteBuffer data) |
static RowError |
RowError.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowError |
RowError.parseFrom(com.google.protobuf.ByteString data) |
static RowError |
RowError.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowError |
RowError.parseFrom(com.google.protobuf.CodedInputStream input) |
static RowError |
RowError.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowError |
RowError.parseFrom(InputStream input) |
static RowError |
RowError.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RowError> |
RowError.getParserForType() |
List<RowError> |
AppendRowsResponse.getRowErrorsList()
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
List<RowError> |
AppendRowsResponse.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
AppendRowsResponse.Builder |
AppendRowsResponse.Builder.addRowErrors(int index,
RowError value)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
AppendRowsResponse.Builder |
AppendRowsResponse.Builder.addRowErrors(RowError value)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
RowError.Builder |
RowError.Builder.mergeFrom(RowError other) |
static RowError.Builder |
RowError.newBuilder(RowError prototype) |
AppendRowsResponse.Builder |
AppendRowsResponse.Builder.setRowErrors(int index,
RowError value)
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.addAllRowErrors(Iterable<? extends RowError> values)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
Copyright © 2023 Google LLC. All rights reserved.