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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Int64ValuegetOffset()The row offset at which the last append occurred.com.google.protobuf.Int64ValueOrBuildergetOffsetOrBuilder()The row offset at which the last append occurred.booleanhasOffset()The row offset at which the last append occurred.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-