public interface UserGroupListOrBuilder
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.
|
UserGroupList.UserGroup |
getUserGroups(int index)
Group-role pairs for a user.
|
int |
getUserGroupsCount()
Group-role pairs for a user.
|
java.util.List<UserGroupList.UserGroup> |
getUserGroupsList()
Group-role pairs for a user.
|
UserGroupList.UserGroupOrBuilder |
getUserGroupsOrBuilder(int index)
Group-role pairs for a user.
|
java.util.List<? extends UserGroupList.UserGroupOrBuilder> |
getUserGroupsOrBuilderList()
Group-role pairs for a user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<UserGroupList.UserGroup> getUserGroupsList()
Group-role pairs for a user.
repeated .nakama.api.UserGroupList.UserGroup user_groups = 1 [json_name = "userGroups"];
UserGroupList.UserGroup getUserGroups(int index)
Group-role pairs for a user.
repeated .nakama.api.UserGroupList.UserGroup user_groups = 1 [json_name = "userGroups"];
int getUserGroupsCount()
Group-role pairs for a user.
repeated .nakama.api.UserGroupList.UserGroup user_groups = 1 [json_name = "userGroups"];
java.util.List<? extends UserGroupList.UserGroupOrBuilder> getUserGroupsOrBuilderList()
Group-role pairs for a user.
repeated .nakama.api.UserGroupList.UserGroup user_groups = 1 [json_name = "userGroups"];
UserGroupList.UserGroupOrBuilder getUserGroupsOrBuilder(int index)
Group-role pairs for a user.
repeated .nakama.api.UserGroupList.UserGroup user_groups = 1 [json_name = "userGroups"];
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"];