public interface FriendListOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCursor()
Cursor for the next page of results, if any.
|
com.google.protobuf.ByteString |
getCursorBytes()
Cursor for the next page of results, if any.
|
Friend |
getFriends(int index)
The Friend objects.
|
int |
getFriendsCount()
The Friend objects.
|
java.util.List<Friend> |
getFriendsList()
The Friend objects.
|
FriendOrBuilder |
getFriendsOrBuilder(int index)
The Friend objects.
|
java.util.List<? extends FriendOrBuilder> |
getFriendsOrBuilderList()
The Friend objects.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<Friend> getFriendsList()
The Friend objects.
repeated .nakama.api.Friend friends = 1 [json_name = "friends"];
Friend getFriends(int index)
The Friend objects.
repeated .nakama.api.Friend friends = 1 [json_name = "friends"];
int getFriendsCount()
The Friend objects.
repeated .nakama.api.Friend friends = 1 [json_name = "friends"];
java.util.List<? extends FriendOrBuilder> getFriendsOrBuilderList()
The Friend objects.
repeated .nakama.api.Friend friends = 1 [json_name = "friends"];
FriendOrBuilder getFriendsOrBuilder(int index)
The Friend objects.
repeated .nakama.api.Friend friends = 1 [json_name = "friends"];
java.lang.String getCursor()
Cursor for the next page of results, if any.
string cursor = 2 [json_name = "cursor"];
com.google.protobuf.ByteString getCursorBytes()
Cursor for the next page of results, if any.
string cursor = 2 [json_name = "cursor"];