Interface ChannelMessageRemoveOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ChannelMessageRemove, ChannelMessageRemove.Builder

public interface ChannelMessageRemoveOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The channel the message was sent to.
    com.google.protobuf.ByteString
    The channel the message was sent to.
    The ID assigned to the message to update.
    com.google.protobuf.ByteString
    The ID assigned to the message to update.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getChannelId

      String getChannelId()
       The channel the message was sent to.
       
      string channel_id = 1;
      Returns:
      The channelId.
    • getChannelIdBytes

      com.google.protobuf.ByteString getChannelIdBytes()
       The channel the message was sent to.
       
      string channel_id = 1;
      Returns:
      The bytes for channelId.
    • getMessageId

      String getMessageId()
       The ID assigned to the message to update.
       
      string message_id = 2;
      Returns:
      The messageId.
    • getMessageIdBytes

      com.google.protobuf.ByteString getMessageIdBytes()
       The ID assigned to the message to update.
       
      string message_id = 2;
      Returns:
      The bytes for messageId.