Interface AppendRowsResponse.AppendResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppendRowsResponse.AppendResult,AppendRowsResponse.AppendResult.Builder
- Enclosing class:
- AppendRowsResponse
public static interface AppendRowsResponse.AppendResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Int64ValueThe row offset at which the last append occurred.com.google.protobuf.Int64ValueOrBuilderThe row offset at which the last append occurred.booleanThe row offset at which the last append occurred.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasOffset
boolean 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;- Returns:
- Whether the offset field is set.
-
getOffset
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;- Returns:
- The offset.
-
getOffsetOrBuilder
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;
-