Package umadb.v1
Interface Umadb.ReadResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Umadb.ReadResponse,Umadb.ReadResponse.Builder
- Enclosing class:
Umadb
public static interface Umadb.ReadResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEvents(int index) repeated .umadb.v1.SequencedEvent events = 1;intrepeated .umadb.v1.SequencedEvent events = 1;repeated .umadb.v1.SequencedEvent events = 1;getEventsOrBuilder(int index) repeated .umadb.v1.SequencedEvent events = 1;List<? extends Umadb.SequencedEventOrBuilder> repeated .umadb.v1.SequencedEvent events = 1;longgetHead()optional uint64 head = 2;booleanhasHead()optional uint64 head = 2;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
-
getEventsList
List<Umadb.SequencedEvent> getEventsList()repeated .umadb.v1.SequencedEvent events = 1; -
getEvents
repeated .umadb.v1.SequencedEvent events = 1; -
getEventsCount
int getEventsCount()repeated .umadb.v1.SequencedEvent events = 1; -
getEventsOrBuilderList
List<? extends Umadb.SequencedEventOrBuilder> getEventsOrBuilderList()repeated .umadb.v1.SequencedEvent events = 1; -
getEventsOrBuilder
repeated .umadb.v1.SequencedEvent events = 1; -
hasHead
boolean hasHead()optional uint64 head = 2;- Returns:
- Whether the head field is set.
-
getHead
long getHead()optional uint64 head = 2;- Returns:
- The head.
-