Interface Protocol.PresenceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.PresenceRequest
,Protocol.PresenceRequest.Builder
- Enclosing class:
- Protocol
public static interface Protocol.PresenceRequestOrBuilder
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.
-