public static interface Storage.AppendRowsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getError()
Error in case of append failure.
|
com.google.rpc.StatusOrBuilder |
getErrorOrBuilder()
Error in case of append failure.
|
long |
getOffset()
The row offset at which the last append occurred.
|
Storage.AppendRowsResponse.ResponseCase |
getResponseCase() |
boolean |
hasError()
Error in case of append failure.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getOffset()
The row offset at which the last append occurred.
int64 offset = 1;boolean hasError()
Error in case of append failure. If set, it means rows are not accepted into the system. Users can retry within the same connection.
.google.rpc.Status error = 2;com.google.rpc.Status getError()
Error in case of append failure. If set, it means rows are not accepted into the system. Users can retry within the same connection.
.google.rpc.Status error = 2;com.google.rpc.StatusOrBuilder getErrorOrBuilder()
Error in case of append failure. If set, it means rows are not accepted into the system. Users can retry within the same connection.
.google.rpc.Status error = 2;Storage.AppendRowsResponse.ResponseCase getResponseCase()
Copyright © 2020 Google LLC. All rights reserved.