Interface Protocol.PublishRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.PublishRequest
,Protocol.PublishRequest.Builder
- Enclosing class:
- Protocol
public static interface Protocol.PublishRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring channel = 1;
com.google.protobuf.ByteString
string channel = 1;
com.google.protobuf.ByteString
getData()
bytes data = 2;
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.
-
getData
com.google.protobuf.ByteString getData()bytes data = 2;
- Returns:
- The data.
-