public static interface UserGroupList.UserGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Group |
getGroup()
Group.
|
GroupOrBuilder |
getGroupOrBuilder()
Group.
|
com.google.protobuf.Int32Value |
getState()
The user's relationship to the group.
|
com.google.protobuf.Int32ValueOrBuilder |
getStateOrBuilder()
The user's relationship to the group.
|
boolean |
hasGroup()
Group.
|
boolean |
hasState()
The user's relationship to the group.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGroup()
Group.
.nakama.api.Group group = 1 [json_name = "group"];Group getGroup()
Group.
.nakama.api.Group group = 1 [json_name = "group"];GroupOrBuilder getGroupOrBuilder()
Group.
.nakama.api.Group group = 1 [json_name = "group"];boolean hasState()
The user's relationship to the group.
.google.protobuf.Int32Value state = 2 [json_name = "state"];com.google.protobuf.Int32Value getState()
The user's relationship to the group.
.google.protobuf.Int32Value state = 2 [json_name = "state"];com.google.protobuf.Int32ValueOrBuilder getStateOrBuilder()
The user's relationship to the group.
.google.protobuf.Int32Value state = 2 [json_name = "state"];