public interface ChannelPresenceEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannelId()
The channel identifier this event is for.
|
com.google.protobuf.ByteString |
getChannelIdBytes()
The channel identifier this event is for.
|
java.lang.String |
getGroupId()
The ID of the group, or an empty string if this message was not sent through a group channel.
|
com.google.protobuf.ByteString |
getGroupIdBytes()
The ID of the group, or an empty string if this message was not sent through a group channel.
|
UserPresence |
getJoins(int index)
Presences joining the channel as part of this event, if any.
|
int |
getJoinsCount()
Presences joining the channel as part of this event, if any.
|
java.util.List<UserPresence> |
getJoinsList()
Presences joining the channel as part of this event, if any.
|
UserPresenceOrBuilder |
getJoinsOrBuilder(int index)
Presences joining the channel as part of this event, if any.
|
java.util.List<? extends UserPresenceOrBuilder> |
getJoinsOrBuilderList()
Presences joining the channel as part of this event, if any.
|
UserPresence |
getLeaves(int index)
Presences leaving the channel as part of this event, if any.
|
int |
getLeavesCount()
Presences leaving the channel as part of this event, if any.
|
java.util.List<UserPresence> |
getLeavesList()
Presences leaving the channel as part of this event, if any.
|
UserPresenceOrBuilder |
getLeavesOrBuilder(int index)
Presences leaving the channel as part of this event, if any.
|
java.util.List<? extends UserPresenceOrBuilder> |
getLeavesOrBuilderList()
Presences leaving the channel as part of this event, if any.
|
java.lang.String |
getRoomName()
The name of the chat room, or an empty string if this message was not sent through a chat room.
|
com.google.protobuf.ByteString |
getRoomNameBytes()
The name of the chat room, or an empty string if this message was not sent through a chat room.
|
java.lang.String |
getUserIdOne()
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
|
com.google.protobuf.ByteString |
getUserIdOneBytes()
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
|
java.lang.String |
getUserIdTwo()
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
|
com.google.protobuf.ByteString |
getUserIdTwoBytes()
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getChannelId()
The channel identifier this event is for.
string channel_id = 1 [json_name = "channelId"];
com.google.protobuf.ByteString getChannelIdBytes()
The channel identifier this event is for.
string channel_id = 1 [json_name = "channelId"];
java.util.List<UserPresence> getJoinsList()
Presences joining the channel as part of this event, if any.
repeated .nakama.realtime.UserPresence joins = 2 [json_name = "joins"];
UserPresence getJoins(int index)
Presences joining the channel as part of this event, if any.
repeated .nakama.realtime.UserPresence joins = 2 [json_name = "joins"];
int getJoinsCount()
Presences joining the channel 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 channel as part of this event, if any.
repeated .nakama.realtime.UserPresence joins = 2 [json_name = "joins"];
UserPresenceOrBuilder getJoinsOrBuilder(int index)
Presences joining the channel as part of this event, if any.
repeated .nakama.realtime.UserPresence joins = 2 [json_name = "joins"];
java.util.List<UserPresence> getLeavesList()
Presences leaving the channel as part of this event, if any.
repeated .nakama.realtime.UserPresence leaves = 3 [json_name = "leaves"];
UserPresence getLeaves(int index)
Presences leaving the channel as part of this event, if any.
repeated .nakama.realtime.UserPresence leaves = 3 [json_name = "leaves"];
int getLeavesCount()
Presences leaving the channel 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 channel as part of this event, if any.
repeated .nakama.realtime.UserPresence leaves = 3 [json_name = "leaves"];
UserPresenceOrBuilder getLeavesOrBuilder(int index)
Presences leaving the channel as part of this event, if any.
repeated .nakama.realtime.UserPresence leaves = 3 [json_name = "leaves"];
java.lang.String getRoomName()
The name of the chat room, or an empty string if this message was not sent through a chat room.
string room_name = 4 [json_name = "roomName"];
com.google.protobuf.ByteString getRoomNameBytes()
The name of the chat room, or an empty string if this message was not sent through a chat room.
string room_name = 4 [json_name = "roomName"];
java.lang.String getGroupId()
The ID of the group, or an empty string if this message was not sent through a group channel.
string group_id = 5 [json_name = "groupId"];
com.google.protobuf.ByteString getGroupIdBytes()
The ID of the group, or an empty string if this message was not sent through a group channel.
string group_id = 5 [json_name = "groupId"];
java.lang.String getUserIdOne()
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
string user_id_one = 6 [json_name = "userIdOne"];
com.google.protobuf.ByteString getUserIdOneBytes()
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
string user_id_one = 6 [json_name = "userIdOne"];
java.lang.String getUserIdTwo()
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
string user_id_two = 7 [json_name = "userIdTwo"];
com.google.protobuf.ByteString getUserIdTwoBytes()
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
string user_id_two = 7 [json_name = "userIdTwo"];