Interface UserGroupListOrBuilder

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

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

    • getUserGroupsList

      List<UserGroupList.UserGroup> getUserGroupsList()
       Group-role pairs for a user.
       
      repeated .nakama.api.UserGroupList.UserGroup user_groups = 1;
    • getUserGroups

      UserGroupList.UserGroup getUserGroups(int index)
       Group-role pairs for a user.
       
      repeated .nakama.api.UserGroupList.UserGroup user_groups = 1;
    • getUserGroupsCount

      int getUserGroupsCount()
       Group-role pairs for a user.
       
      repeated .nakama.api.UserGroupList.UserGroup user_groups = 1;
    • getUserGroupsOrBuilderList

      List<? extends UserGroupList.UserGroupOrBuilder> getUserGroupsOrBuilderList()
       Group-role pairs for a user.
       
      repeated .nakama.api.UserGroupList.UserGroup user_groups = 1;
    • getUserGroupsOrBuilder

      UserGroupList.UserGroupOrBuilder getUserGroupsOrBuilder(int index)
       Group-role pairs for a user.
       
      repeated .nakama.api.UserGroupList.UserGroup user_groups = 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.