io.temporal.api.command.v1.ProtocolMessageCommandAttributesOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/command/v1/message.proto
package io.temporal.api.command.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:ProtocolMessageCommandAttributesOrBuilder.java.pb.meta")
public interface ProtocolMessageCommandAttributesOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.command.v1.ProtocolMessageCommandAttributes)
com.google.protobuf.MessageOrBuilder {
/**
*
* The message ID of the message to which this command is a pointer.
*
*
* string message_id = 1;
* @return The messageId.
*/
java.lang.String getMessageId();
/**
*
* The message ID of the message to which this command is a pointer.
*
*
* string message_id = 1;
* @return The bytes for messageId.
*/
com.google.protobuf.ByteString
getMessageIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy