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 TypeMethodDescriptionThe message ID of the message to which this command is a pointer.com.google.protobuf.ByteStringThe message ID of the message to which this command is a pointer.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-