public static interface AppendRowsResponse.AppendResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Int64Value |
getOffset()
The row offset at which the last append occurred.
|
com.google.protobuf.Int64ValueOrBuilder |
getOffsetOrBuilder()
The row offset at which the last append occurred.
|
boolean |
hasOffset()
The row offset at which the last append occurred.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOffset()
The row offset at which the last append occurred. The offset will not be set if appending using default streams.
.google.protobuf.Int64Value offset = 1;com.google.protobuf.Int64Value getOffset()
The row offset at which the last append occurred. The offset will not be set if appending using default streams.
.google.protobuf.Int64Value offset = 1;com.google.protobuf.Int64ValueOrBuilder getOffsetOrBuilder()
The row offset at which the last append occurred. The offset will not be set if appending using default streams.
.google.protobuf.Int64Value offset = 1;Copyright © 2021 Google LLC. All rights reserved.