public interface ChannelMessageRemoveOrBuilder
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 |
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"];