Package umadb.v1
Interface Umadb.HeadResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Umadb.HeadResponse,Umadb.HeadResponse.Builder
- Enclosing class:
Umadb
public static interface Umadb.HeadResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongoptional uint64 position = 1;booleanoptional uint64 position = 1;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
-
hasPosition
boolean hasPosition()optional uint64 position = 1;- Returns:
- Whether the position field is set.
-
getPosition
long getPosition()optional uint64 position = 1;- Returns:
- The position.
-