public interface StatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
UserPresence |
getPresences(int index)
User statuses.
|
int |
getPresencesCount()
User statuses.
|
java.util.List<UserPresence> |
getPresencesList()
User statuses.
|
UserPresenceOrBuilder |
getPresencesOrBuilder(int index)
User statuses.
|
java.util.List<? extends UserPresenceOrBuilder> |
getPresencesOrBuilderList()
User statuses.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<UserPresence> getPresencesList()
User statuses.
repeated .nakama.realtime.UserPresence presences = 1 [json_name = "presences"];
UserPresence getPresences(int index)
User statuses.
repeated .nakama.realtime.UserPresence presences = 1 [json_name = "presences"];
int getPresencesCount()
User statuses.
repeated .nakama.realtime.UserPresence presences = 1 [json_name = "presences"];
java.util.List<? extends UserPresenceOrBuilder> getPresencesOrBuilderList()
User statuses.
repeated .nakama.realtime.UserPresence presences = 1 [json_name = "presences"];
UserPresenceOrBuilder getPresencesOrBuilder(int index)
User statuses.
repeated .nakama.realtime.UserPresence presences = 1 [json_name = "presences"];