public interface GroupUserListOrBuilder
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.
|
GroupUserList.GroupUser |
getGroupUsers(int index)
User-role pairs for a group.
|
int |
getGroupUsersCount()
User-role pairs for a group.
|
java.util.List<GroupUserList.GroupUser> |
getGroupUsersList()
User-role pairs for a group.
|
GroupUserList.GroupUserOrBuilder |
getGroupUsersOrBuilder(int index)
User-role pairs for a group.
|
java.util.List<? extends GroupUserList.GroupUserOrBuilder> |
getGroupUsersOrBuilderList()
User-role pairs for a group.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<GroupUserList.GroupUser> getGroupUsersList()
User-role pairs for a group.
repeated .nakama.api.GroupUserList.GroupUser group_users = 1 [json_name = "groupUsers"];
GroupUserList.GroupUser getGroupUsers(int index)
User-role pairs for a group.
repeated .nakama.api.GroupUserList.GroupUser group_users = 1 [json_name = "groupUsers"];
int getGroupUsersCount()
User-role pairs for a group.
repeated .nakama.api.GroupUserList.GroupUser group_users = 1 [json_name = "groupUsers"];
java.util.List<? extends GroupUserList.GroupUserOrBuilder> getGroupUsersOrBuilderList()
User-role pairs for a group.
repeated .nakama.api.GroupUserList.GroupUser group_users = 1 [json_name = "groupUsers"];
GroupUserList.GroupUserOrBuilder getGroupUsersOrBuilder(int index)
User-role pairs for a group.
repeated .nakama.api.GroupUserList.GroupUser group_users = 1 [json_name = "groupUsers"];
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"];