Interface ResponseOrBuilder

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

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

    • getMessagesListList

      List<Message> getMessagesListList()
      repeated .Message messagesList = 1;
    • getMessagesList

      Message getMessagesList(int index)
      repeated .Message messagesList = 1;
    • getMessagesListCount

      int getMessagesListCount()
      repeated .Message messagesList = 1;
    • getMessagesListOrBuilderList

      List<? extends MessageOrBuilder> getMessagesListOrBuilderList()
      repeated .Message messagesList = 1;
    • getMessagesListOrBuilder

      MessageOrBuilder getMessagesListOrBuilder(int index)
      repeated .Message messagesList = 1;
    • getCursor

      String getCursor()
      string cursor = 2;
      Returns:
      The cursor.
    • getCursorBytes

      com.google.protobuf.ByteString getCursorBytes()
      string cursor = 2;
      Returns:
      The bytes for cursor.
    • getFetchInterval

      long getFetchInterval()
      uint64 fetchInterval = 3;
      Returns:
      The fetchInterval.
    • getNow

      long getNow()
      uint64 now = 4;
      Returns:
      The now.
    • getInternalExt

      String getInternalExt()
      string internalExt = 5;
      Returns:
      The internalExt.
    • getInternalExtBytes

      com.google.protobuf.ByteString getInternalExtBytes()
      string internalExt = 5;
      Returns:
      The bytes for internalExt.
    • getFetchType

      int getFetchType()
      uint32 fetchType = 6;
      Returns:
      The fetchType.
    • getRouteParamsCount

      int getRouteParamsCount()
      map<string, string> routeParams = 7;
    • containsRouteParams

      boolean containsRouteParams(String key)
      map<string, string> routeParams = 7;
    • getRouteParams

      @Deprecated Map<String,String> getRouteParams()
      Deprecated.
      Use getRouteParamsMap() instead.
    • getRouteParamsMap

      Map<String,String> getRouteParamsMap()
      map<string, string> routeParams = 7;
    • getRouteParamsOrDefault

      String getRouteParamsOrDefault(String key, String defaultValue)
      map<string, string> routeParams = 7;
    • getRouteParamsOrThrow

      String getRouteParamsOrThrow(String key)
      map<string, string> routeParams = 7;
    • getHeartbeatDuration

      long getHeartbeatDuration()
      uint64 heartbeatDuration = 8;
      Returns:
      The heartbeatDuration.
    • getNeedAck

      boolean getNeedAck()
      bool needAck = 9;
      Returns:
      The needAck.
    • getPushServer

      String getPushServer()
      string pushServer = 10;
      Returns:
      The pushServer.
    • getPushServerBytes

      com.google.protobuf.ByteString getPushServerBytes()
      string pushServer = 10;
      Returns:
      The bytes for pushServer.
    • getLiveCursor

      String getLiveCursor()
      string liveCursor = 11;
      Returns:
      The liveCursor.
    • getLiveCursorBytes

      com.google.protobuf.ByteString getLiveCursorBytes()
      string liveCursor = 11;
      Returns:
      The bytes for liveCursor.
    • getHistoryNoMore

      boolean getHistoryNoMore()
      bool historyNoMore = 12;
      Returns:
      The historyNoMore.