public interface GroupListOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCursor()
A cursor used to get the next page.
|
com.google.protobuf.ByteString |
getCursorBytes()
A cursor used to get the next page.
|
Group |
getGroups(int index)
One or more groups.
|
int |
getGroupsCount()
One or more groups.
|
java.util.List<Group> |
getGroupsList()
One or more groups.
|
GroupOrBuilder |
getGroupsOrBuilder(int index)
One or more groups.
|
java.util.List<? extends GroupOrBuilder> |
getGroupsOrBuilderList()
One or more groups.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<Group> getGroupsList()
One or more groups.
repeated .nakama.api.Group groups = 1 [json_name = "groups"];
Group getGroups(int index)
One or more groups.
repeated .nakama.api.Group groups = 1 [json_name = "groups"];
int getGroupsCount()
One or more groups.
repeated .nakama.api.Group groups = 1 [json_name = "groups"];
java.util.List<? extends GroupOrBuilder> getGroupsOrBuilderList()
One or more groups.
repeated .nakama.api.Group groups = 1 [json_name = "groups"];
GroupOrBuilder getGroupsOrBuilder(int index)
One or more groups.
repeated .nakama.api.Group groups = 1 [json_name = "groups"];
java.lang.String getCursor()
A cursor used to get the next page.
string cursor = 2 [json_name = "cursor"];
com.google.protobuf.ByteString getCursorBytes()
A cursor used to get the next page.
string cursor = 2 [json_name = "cursor"];