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

api.v1.HeadersOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.33
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: api/v1/headers.proto

// Protobuf Java Version: 3.25.2
package api.v1;

public interface HeadersOrBuilder extends
    // @@protoc_insertion_point(interface_extends:api.v1.Headers)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string messageId = 1;
   * @return The messageId.
   */
  java.lang.String getMessageId();
  /**
   * string messageId = 1;
   * @return The bytes for messageId.
   */
  com.google.protobuf.ByteString
      getMessageIdBytes();

  /**
   * string replyTo = 2;
   * @return The replyTo.
   */
  java.lang.String getReplyTo();
  /**
   * string replyTo = 2;
   * @return The bytes for replyTo.
   */
  com.google.protobuf.ByteString
      getReplyToBytes();

  /**
   * int32 timeout = 3;
   * @return The timeout.
   */
  int getTimeout();

  /**
   * string traceId = 4;
   * @return The traceId.
   */
  java.lang.String getTraceId();
  /**
   * string traceId = 4;
   * @return The bytes for traceId.
   */
  com.google.protobuf.ByteString
      getTraceIdBytes();

  /**
   * string brandName = 5;
   * @return The brandName.
   */
  java.lang.String getBrandName();
  /**
   * string brandName = 5;
   * @return The bytes for brandName.
   */
  com.google.protobuf.ByteString
      getBrandNameBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy