Interface GroupUserListOrBuilder

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

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

    • getGroupUsersList

      List<GroupUserList.GroupUser> getGroupUsersList()
       User-role pairs for a group.
       
      repeated .nakama.api.GroupUserList.GroupUser group_users = 1;
    • getGroupUsers

      GroupUserList.GroupUser getGroupUsers(int index)
       User-role pairs for a group.
       
      repeated .nakama.api.GroupUserList.GroupUser group_users = 1;
    • getGroupUsersCount

      int getGroupUsersCount()
       User-role pairs for a group.
       
      repeated .nakama.api.GroupUserList.GroupUser group_users = 1;
    • getGroupUsersOrBuilderList

      List<? extends GroupUserList.GroupUserOrBuilder> getGroupUsersOrBuilderList()
       User-role pairs for a group.
       
      repeated .nakama.api.GroupUserList.GroupUser group_users = 1;
    • getGroupUsersOrBuilder

      GroupUserList.GroupUserOrBuilder getGroupUsersOrBuilder(int index)
       User-role pairs for a group.
       
      repeated .nakama.api.GroupUserList.GroupUser group_users = 1;
    • getCursor

      String getCursor()
       Cursor for the next page of results, if any.
       
      string cursor = 2;
      Returns:
      The cursor.
    • getCursorBytes

      com.google.protobuf.ByteString getCursorBytes()
       Cursor for the next page of results, if any.
       
      string cursor = 2;
      Returns:
      The bytes for cursor.