Package umadb.v1

Interface Umadb.AppendRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Umadb.AppendRequest, Umadb.AppendRequest.Builder
Enclosing class:
Umadb

public static interface Umadb.AppendRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getEventsList

      List<Umadb.Event> getEventsList()
      repeated .umadb.v1.Event events = 1;
    • getEvents

      Umadb.Event getEvents(int index)
      repeated .umadb.v1.Event events = 1;
    • getEventsCount

      int getEventsCount()
      repeated .umadb.v1.Event events = 1;
    • getEventsOrBuilderList

      List<? extends Umadb.EventOrBuilder> getEventsOrBuilderList()
      repeated .umadb.v1.Event events = 1;
    • getEventsOrBuilder

      Umadb.EventOrBuilder getEventsOrBuilder(int index)
      repeated .umadb.v1.Event events = 1;
    • hasCondition

      boolean hasCondition()
      optional .umadb.v1.AppendCondition condition = 2;
      Returns:
      Whether the condition field is set.
    • getCondition

      Umadb.AppendCondition getCondition()
      optional .umadb.v1.AppendCondition condition = 2;
      Returns:
      The condition.
    • getConditionOrBuilder

      Umadb.AppendConditionOrBuilder getConditionOrBuilder()
      optional .umadb.v1.AppendCondition condition = 2;