All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.command.v1.ProtocolMessageCommandAttributesOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25.1
Show newest version
// 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 - 2024 Weber Informatics LLC | Privacy Policy