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