Interface GroupListOrBuilder

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

public interface GroupListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A cursor used to get the next page.
    com.google.protobuf.ByteString
    A cursor used to get the next page.
    getGroups(int index)
    One or more groups.
    int
    One or more groups.
    One or more groups.
    getGroupsOrBuilder(int index)
    One or more groups.
    List<? extends GroupOrBuilder>
    One or more groups.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getGroupsList

      List<Group> getGroupsList()
       One or more groups.
       
      repeated .nakama.api.Group groups = 1;
    • getGroups

      Group getGroups(int index)
       One or more groups.
       
      repeated .nakama.api.Group groups = 1;
    • getGroupsCount

      int getGroupsCount()
       One or more groups.
       
      repeated .nakama.api.Group groups = 1;
    • getGroupsOrBuilderList

      List<? extends GroupOrBuilder> getGroupsOrBuilderList()
       One or more groups.
       
      repeated .nakama.api.Group groups = 1;
    • getGroupsOrBuilder

      GroupOrBuilder getGroupsOrBuilder(int index)
       One or more groups.
       
      repeated .nakama.api.Group groups = 1;
    • getCursor

      String getCursor()
       A cursor used to get the next page.
       
      string cursor = 2;
      Returns:
      The cursor.
    • getCursorBytes

      com.google.protobuf.ByteString getCursorBytes()
       A cursor used to get the next page.
       
      string cursor = 2;
      Returns:
      The bytes for cursor.