Interface ListEventsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListEventsResponse, ListEventsResponse.Builder

public interface ListEventsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getEventList

      @Deprecated List<Event> getEventList()
      Deprecated.
       Deprecated, use ``events`` instead
       
      repeated .yamcs.protobuf.events.Event event = 1 [deprecated = true];
    • getEvent

      @Deprecated Event getEvent(int index)
      Deprecated.
       Deprecated, use ``events`` instead
       
      repeated .yamcs.protobuf.events.Event event = 1 [deprecated = true];
    • getEventCount

      @Deprecated int getEventCount()
      Deprecated.
       Deprecated, use ``events`` instead
       
      repeated .yamcs.protobuf.events.Event event = 1 [deprecated = true];
    • getEventOrBuilderList

      @Deprecated List<? extends EventOrBuilder> getEventOrBuilderList()
      Deprecated.
       Deprecated, use ``events`` instead
       
      repeated .yamcs.protobuf.events.Event event = 1 [deprecated = true];
    • getEventOrBuilder

      @Deprecated EventOrBuilder getEventOrBuilder(int index)
      Deprecated.
       Deprecated, use ``events`` instead
       
      repeated .yamcs.protobuf.events.Event event = 1 [deprecated = true];
    • getEventsList

      List<Event> getEventsList()
       Page with matching events
       
      repeated .yamcs.protobuf.events.Event events = 3;
    • getEvents

      Event getEvents(int index)
       Page with matching events
       
      repeated .yamcs.protobuf.events.Event events = 3;
    • getEventsCount

      int getEventsCount()
       Page with matching events
       
      repeated .yamcs.protobuf.events.Event events = 3;
    • getEventsOrBuilderList

      List<? extends EventOrBuilder> getEventsOrBuilderList()
       Page with matching events
       
      repeated .yamcs.protobuf.events.Event events = 3;
    • getEventsOrBuilder

      EventOrBuilder getEventsOrBuilder(int index)
       Page with matching events
       
      repeated .yamcs.protobuf.events.Event events = 3;
    • hasContinuationToken

      boolean hasContinuationToken()
       Token indicating the response is only partial. More results can then
       be obtained by performing the same request (including all original
       query parameters) and setting the ``next`` parameter to this token.
       
      optional string continuationToken = 2;
      Returns:
      Whether the continuationToken field is set.
    • getContinuationToken

      String getContinuationToken()
       Token indicating the response is only partial. More results can then
       be obtained by performing the same request (including all original
       query parameters) and setting the ``next`` parameter to this token.
       
      optional string continuationToken = 2;
      Returns:
      The continuationToken.
    • getContinuationTokenBytes

      com.google.protobuf.ByteString getContinuationTokenBytes()
       Token indicating the response is only partial. More results can then
       be obtained by performing the same request (including all original
       query parameters) and setting the ``next`` parameter to this token.
       
      optional string continuationToken = 2;
      Returns:
      The bytes for continuationToken.