Interface Protocol.PresenceResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.PresenceResult
,Protocol.PresenceResult.Builder
- Enclosing class:
- Protocol
public static interface Protocol.PresenceResultOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsPresence(String key)
map<string, .protocol.ClientInfo> presence = 1;
Deprecated.int
map<string, .protocol.ClientInfo> presence = 1;
map<string, .protocol.ClientInfo> presence = 1;
getPresenceOrDefault(String key, Protocol.ClientInfo defaultValue)
map<string, .protocol.ClientInfo> presence = 1;
getPresenceOrThrow(String key)
map<string, .protocol.ClientInfo> presence = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getPresenceCount
int getPresenceCount()map<string, .protocol.ClientInfo> presence = 1;
-
containsPresence
map<string, .protocol.ClientInfo> presence = 1;
-
getPresence
Deprecated.UsegetPresenceMap()
instead. -
getPresenceMap
Map<String,Protocol.ClientInfo> getPresenceMap()map<string, .protocol.ClientInfo> presence = 1;
-
getPresenceOrDefault
map<string, .protocol.ClientInfo> presence = 1;
-
getPresenceOrThrow
map<string, .protocol.ClientInfo> presence = 1;
-