public interface PartyPresenceEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
UserPresence |
getJoins(int index)
User presences that have just joined the party.
|
int |
getJoinsCount()
User presences that have just joined the party.
|
java.util.List<UserPresence> |
getJoinsList()
User presences that have just joined the party.
|
UserPresenceOrBuilder |
getJoinsOrBuilder(int index)
User presences that have just joined the party.
|
java.util.List<? extends UserPresenceOrBuilder> |
getJoinsOrBuilderList()
User presences that have just joined the party.
|
UserPresence |
getLeaves(int index)
User presences that have just left the party.
|
int |
getLeavesCount()
User presences that have just left the party.
|
java.util.List<UserPresence> |
getLeavesList()
User presences that have just left the party.
|
UserPresenceOrBuilder |
getLeavesOrBuilder(int index)
User presences that have just left the party.
|
java.util.List<? extends UserPresenceOrBuilder> |
getLeavesOrBuilderList()
User presences that have just left the party.
|
java.lang.String |
getPartyId()
The party ID.
|
com.google.protobuf.ByteString |
getPartyIdBytes()
The party ID.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getPartyId()
The party ID.
string party_id = 1 [json_name = "partyId"];
com.google.protobuf.ByteString getPartyIdBytes()
The party ID.
string party_id = 1 [json_name = "partyId"];
java.util.List<UserPresence> getJoinsList()
User presences that have just joined the party.
repeated .nakama.realtime.UserPresence joins = 2 [json_name = "joins"];
UserPresence getJoins(int index)
User presences that have just joined the party.
repeated .nakama.realtime.UserPresence joins = 2 [json_name = "joins"];
int getJoinsCount()
User presences that have just joined the party.
repeated .nakama.realtime.UserPresence joins = 2 [json_name = "joins"];
java.util.List<? extends UserPresenceOrBuilder> getJoinsOrBuilderList()
User presences that have just joined the party.
repeated .nakama.realtime.UserPresence joins = 2 [json_name = "joins"];
UserPresenceOrBuilder getJoinsOrBuilder(int index)
User presences that have just joined the party.
repeated .nakama.realtime.UserPresence joins = 2 [json_name = "joins"];
java.util.List<UserPresence> getLeavesList()
User presences that have just left the party.
repeated .nakama.realtime.UserPresence leaves = 3 [json_name = "leaves"];
UserPresence getLeaves(int index)
User presences that have just left the party.
repeated .nakama.realtime.UserPresence leaves = 3 [json_name = "leaves"];
int getLeavesCount()
User presences that have just left the party.
repeated .nakama.realtime.UserPresence leaves = 3 [json_name = "leaves"];
java.util.List<? extends UserPresenceOrBuilder> getLeavesOrBuilderList()
User presences that have just left the party.
repeated .nakama.realtime.UserPresence leaves = 3 [json_name = "leaves"];
UserPresenceOrBuilder getLeavesOrBuilder(int index)
User presences that have just left the party.
repeated .nakama.realtime.UserPresence leaves = 3 [json_name = "leaves"];