Interface ListResponse.ListResponseMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCursor()
      string cursor = 4 [json_name = "cursor"];
      com.google.protobuf.ByteString getCursorBytes()
      string cursor = 4 [json_name = "cursor"];
      Question getNextActiveQuestion()
      .streamlayer.interactive.Question next_active_question = 5 [json_name = "nextActiveQuestion"];
      int getPage()
      int32 page = 2 [json_name = "page"];
      int getPageSize()
      int32 page_size = 3 [json_name = "pageSize"];
      int getTotal()
      int32 total = 1 [json_name = "total"];
      boolean hasNextActiveQuestion()
      .streamlayer.interactive.Question next_active_question = 5 [json_name = "nextActiveQuestion"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getTotal

        int getTotal()
        int32 total = 1 [json_name = "total"];
        Returns:
        The total.
      • getPage

        int getPage()
        int32 page = 2 [json_name = "page"];
        Returns:
        The page.
      • getPageSize

        int getPageSize()
        int32 page_size = 3 [json_name = "pageSize"];
        Returns:
        The pageSize.
      • getCursor

        java.lang.String getCursor()
        string cursor = 4 [json_name = "cursor"];
        Returns:
        The cursor.
      • getCursorBytes

        com.google.protobuf.ByteString getCursorBytes()
        string cursor = 4 [json_name = "cursor"];
        Returns:
        The bytes for cursor.
      • hasNextActiveQuestion

        boolean hasNextActiveQuestion()
        .streamlayer.interactive.Question next_active_question = 5 [json_name = "nextActiveQuestion"];
        Returns:
        Whether the nextActiveQuestion field is set.
      • getNextActiveQuestion

        Question getNextActiveQuestion()
        .streamlayer.interactive.Question next_active_question = 5 [json_name = "nextActiveQuestion"];
        Returns:
        The nextActiveQuestion.