Package umadb.v1
Interface Umadb.SequencedEventOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Umadb.SequencedEvent,Umadb.SequencedEvent.Builder
- Enclosing class:
Umadb
public static interface Umadb.SequencedEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getPosition
long getPosition()uint64 position = 1;- Returns:
- The position.
-
hasEvent
boolean hasEvent().umadb.v1.Event event = 2;- Returns:
- Whether the event field is set.
-
getEvent
Umadb.Event getEvent().umadb.v1.Event event = 2;- Returns:
- The event.
-
getEventOrBuilder
Umadb.EventOrBuilder getEventOrBuilder().umadb.v1.Event event = 2;
-