public interface ChannelMessageUpdateOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannelId()
The channel the message was sent to.
|
com.google.protobuf.ByteString |
getChannelIdBytes()
The channel the message was sent to.
|
java.lang.String |
getContent()
New message content.
|
com.google.protobuf.ByteString |
getContentBytes()
New message content.
|
java.lang.String |
getMessageId()
The ID assigned to the message to update.
|
com.google.protobuf.ByteString |
getMessageIdBytes()
The ID assigned to the message to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getChannelId()
The channel the message was sent to.
string channel_id = 1 [json_name = "channelId"];
com.google.protobuf.ByteString getChannelIdBytes()
The channel the message was sent to.
string channel_id = 1 [json_name = "channelId"];
java.lang.String getMessageId()
The ID assigned to the message to update.
string message_id = 2 [json_name = "messageId"];
com.google.protobuf.ByteString getMessageIdBytes()
The ID assigned to the message to update.
string message_id = 2 [json_name = "messageId"];
java.lang.String getContent()
New message content.
string content = 3 [json_name = "content"];
com.google.protobuf.ByteString getContentBytes()
New message content.
string content = 3 [json_name = "content"];