public interface StreamPresenceEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| UserPresence | getJoins(int index)
 Presences joining the stream as part of this event, if any. | 
| int | getJoinsCount()
 Presences joining the stream as part of this event, if any. | 
| java.util.List<UserPresence> | getJoinsList()
 Presences joining the stream as part of this event, if any. | 
| UserPresenceOrBuilder | getJoinsOrBuilder(int index)
 Presences joining the stream as part of this event, if any. | 
| java.util.List<? extends UserPresenceOrBuilder> | getJoinsOrBuilderList()
 Presences joining the stream as part of this event, if any. | 
| UserPresence | getLeaves(int index)
 Presences leaving the stream as part of this event, if any. | 
| int | getLeavesCount()
 Presences leaving the stream as part of this event, if any. | 
| java.util.List<UserPresence> | getLeavesList()
 Presences leaving the stream as part of this event, if any. | 
| UserPresenceOrBuilder | getLeavesOrBuilder(int index)
 Presences leaving the stream as part of this event, if any. | 
| java.util.List<? extends UserPresenceOrBuilder> | getLeavesOrBuilderList()
 Presences leaving the stream as part of this event, if any. | 
| Stream | getStream()
 The stream this event relates to. | 
| StreamOrBuilder | getStreamOrBuilder()
 The stream this event relates to. | 
| boolean | hasStream()
 The stream this event relates to. | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStream()
The stream this event relates to.
.nakama.realtime.Stream stream = 1 [json_name = "stream"];Stream getStream()
The stream this event relates to.
.nakama.realtime.Stream stream = 1 [json_name = "stream"];StreamOrBuilder getStreamOrBuilder()
The stream this event relates to.
.nakama.realtime.Stream stream = 1 [json_name = "stream"];java.util.List<UserPresence> getJoinsList()
Presences joining the stream as part of this event, if any.
repeated .nakama.realtime.UserPresence joins = 2 [json_name = "joins"];UserPresence getJoins(int index)
Presences joining the stream as part of this event, if any.
repeated .nakama.realtime.UserPresence joins = 2 [json_name = "joins"];int getJoinsCount()
Presences joining the stream as part of this event, if any.
repeated .nakama.realtime.UserPresence joins = 2 [json_name = "joins"];java.util.List<? extends UserPresenceOrBuilder> getJoinsOrBuilderList()
Presences joining the stream as part of this event, if any.
repeated .nakama.realtime.UserPresence joins = 2 [json_name = "joins"];UserPresenceOrBuilder getJoinsOrBuilder(int index)
Presences joining the stream as part of this event, if any.
repeated .nakama.realtime.UserPresence joins = 2 [json_name = "joins"];java.util.List<UserPresence> getLeavesList()
Presences leaving the stream as part of this event, if any.
repeated .nakama.realtime.UserPresence leaves = 3 [json_name = "leaves"];UserPresence getLeaves(int index)
Presences leaving the stream as part of this event, if any.
repeated .nakama.realtime.UserPresence leaves = 3 [json_name = "leaves"];int getLeavesCount()
Presences leaving the stream as part of this event, if any.
repeated .nakama.realtime.UserPresence leaves = 3 [json_name = "leaves"];java.util.List<? extends UserPresenceOrBuilder> getLeavesOrBuilderList()
Presences leaving the stream as part of this event, if any.
repeated .nakama.realtime.UserPresence leaves = 3 [json_name = "leaves"];UserPresenceOrBuilder getLeavesOrBuilder(int index)
Presences leaving the stream as part of this event, if any.
repeated .nakama.realtime.UserPresence leaves = 3 [json_name = "leaves"];