Interface FriendListOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Cursor for the next page of results, if any.
    com.google.protobuf.ByteString
    Cursor for the next page of results, if any.
    getFriends(int index)
    The Friend objects.
    int
    The Friend objects.
    The Friend objects.
    The Friend objects.
    The Friend objects.

    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

    • getFriendsList

      List<Friend> getFriendsList()
       The Friend objects.
       
      repeated .nakama.api.Friend friends = 1;
    • getFriends

      Friend getFriends(int index)
       The Friend objects.
       
      repeated .nakama.api.Friend friends = 1;
    • getFriendsCount

      int getFriendsCount()
       The Friend objects.
       
      repeated .nakama.api.Friend friends = 1;
    • getFriendsOrBuilderList

      List<? extends FriendOrBuilder> getFriendsOrBuilderList()
       The Friend objects.
       
      repeated .nakama.api.Friend friends = 1;
    • getFriendsOrBuilder

      FriendOrBuilder getFriendsOrBuilder(int index)
       The Friend objects.
       
      repeated .nakama.api.Friend friends = 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.