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 Type
    Method
    Description
    getEvents(int index)
    repeated .umadb.v1.SequencedEvent events = 1;
    int
    repeated .umadb.v1.SequencedEvent events = 1;
    repeated .umadb.v1.SequencedEvent events = 1;
    getEventsOrBuilder(int index)
    repeated .umadb.v1.SequencedEvent events = 1;
    repeated .umadb.v1.SequencedEvent events = 1;
    long
    optional uint64 head = 2;
    boolean
    optional uint64 head = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      Umadb.SequencedEvent getEvents(int index)
      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

      Umadb.SequencedEventOrBuilder getEventsOrBuilder(int index)
      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.