public interface ChannelMessageSendOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannelId()
The channel to sent to.
|
com.google.protobuf.ByteString |
getChannelIdBytes()
The channel to sent to.
|
java.lang.String |
getContent()
Message content.
|
com.google.protobuf.ByteString |
getContentBytes()
Message content.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getChannelId()
The channel to sent to.
string channel_id = 1 [json_name = "channelId"];
com.google.protobuf.ByteString getChannelIdBytes()
The channel to sent to.
string channel_id = 1 [json_name = "channelId"];
java.lang.String getContent()
Message content.
string content = 2 [json_name = "content"];
com.google.protobuf.ByteString getContentBytes()
Message content.
string content = 2 [json_name = "content"];