Interface Protocol.PresenceStatsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.PresenceStatsRequest
,Protocol.PresenceStatsRequest.Builder
- Enclosing class:
- Protocol
public static interface Protocol.PresenceStatsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring channel = 1;
com.google.protobuf.ByteString
string channel = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getChannel
String getChannel()string channel = 1;
- Returns:
- The channel.
-
getChannelBytes
com.google.protobuf.ByteString getChannelBytes()string channel = 1;
- Returns:
- The bytes for channel.
-