Interface TournamentRecordListOrBuilder

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

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

    • getRecordsList

      List<LeaderboardRecord> getRecordsList()
       A list of tournament records.
       
      repeated .nakama.api.LeaderboardRecord records = 1;
    • getRecords

      LeaderboardRecord getRecords(int index)
       A list of tournament records.
       
      repeated .nakama.api.LeaderboardRecord records = 1;
    • getRecordsCount

      int getRecordsCount()
       A list of tournament records.
       
      repeated .nakama.api.LeaderboardRecord records = 1;
    • getRecordsOrBuilderList

      List<? extends LeaderboardRecordOrBuilder> getRecordsOrBuilderList()
       A list of tournament records.
       
      repeated .nakama.api.LeaderboardRecord records = 1;
    • getRecordsOrBuilder

      LeaderboardRecordOrBuilder getRecordsOrBuilder(int index)
       A list of tournament records.
       
      repeated .nakama.api.LeaderboardRecord records = 1;
    • getOwnerRecordsList

      List<LeaderboardRecord> getOwnerRecordsList()
       A batched set of tournament records belonging to specified owners.
       
      repeated .nakama.api.LeaderboardRecord owner_records = 2;
    • getOwnerRecords

      LeaderboardRecord getOwnerRecords(int index)
       A batched set of tournament records belonging to specified owners.
       
      repeated .nakama.api.LeaderboardRecord owner_records = 2;
    • getOwnerRecordsCount

      int getOwnerRecordsCount()
       A batched set of tournament records belonging to specified owners.
       
      repeated .nakama.api.LeaderboardRecord owner_records = 2;
    • getOwnerRecordsOrBuilderList

      List<? extends LeaderboardRecordOrBuilder> getOwnerRecordsOrBuilderList()
       A batched set of tournament records belonging to specified owners.
       
      repeated .nakama.api.LeaderboardRecord owner_records = 2;
    • getOwnerRecordsOrBuilder

      LeaderboardRecordOrBuilder getOwnerRecordsOrBuilder(int index)
       A batched set of tournament records belonging to specified owners.
       
      repeated .nakama.api.LeaderboardRecord owner_records = 2;
    • getNextCursor

      String getNextCursor()
       The cursor to send when retireving the next page (optional).
       
      string next_cursor = 3;
      Returns:
      The nextCursor.
    • getNextCursorBytes

      com.google.protobuf.ByteString getNextCursorBytes()
       The cursor to send when retireving the next page (optional).
       
      string next_cursor = 3;
      Returns:
      The bytes for nextCursor.
    • getPrevCursor

      String getPrevCursor()
       The cursor to send when retrieving the previous page (optional).
       
      string prev_cursor = 4;
      Returns:
      The prevCursor.
    • getPrevCursorBytes

      com.google.protobuf.ByteString getPrevCursorBytes()
       The cursor to send when retrieving the previous page (optional).
       
      string prev_cursor = 4;
      Returns:
      The bytes for prevCursor.