public static interface GroupUserList.GroupUserOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Int32Value |
getState()
Their relationship to the group.
|
com.google.protobuf.Int32ValueOrBuilder |
getStateOrBuilder()
Their relationship to the group.
|
User |
getUser()
User.
|
UserOrBuilder |
getUserOrBuilder()
User.
|
boolean |
hasState()
Their relationship to the group.
|
boolean |
hasUser()
User.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasUser()
User.
.nakama.api.User user = 1 [json_name = "user"];
User getUser()
User.
.nakama.api.User user = 1 [json_name = "user"];
UserOrBuilder getUserOrBuilder()
User.
.nakama.api.User user = 1 [json_name = "user"];
boolean hasState()
Their relationship to the group.
.google.protobuf.Int32Value state = 2 [json_name = "state"];
com.google.protobuf.Int32Value getState()
Their relationship to the group.
.google.protobuf.Int32Value state = 2 [json_name = "state"];
com.google.protobuf.Int32ValueOrBuilder getStateOrBuilder()
Their relationship to the group.
.google.protobuf.Int32Value state = 2 [json_name = "state"];