Interface ProtocolMessageCommandAttributesOrBuilder

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

@Generated(value="protoc", comments="annotations:ProtocolMessageCommandAttributesOrBuilder.java.pb.meta") public interface ProtocolMessageCommandAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The message ID of the message to which this command is a pointer.
    com.google.protobuf.ByteString
    The message ID of the message to which this command is a pointer.

    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

    • getMessageId

      String getMessageId()
       The message ID of the message to which this command is a pointer.
       
      string message_id = 1;
      Returns:
      The messageId.
    • getMessageIdBytes

      com.google.protobuf.ByteString getMessageIdBytes()
       The message ID of the message to which this command is a pointer.
       
      string message_id = 1;
      Returns:
      The bytes for messageId.