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

org.apache.eventmesh.meta.raft.rpc.RequestResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: request.proto

// Protobuf Java Version: 3.25.4
package org.apache.eventmesh.meta.raft.rpc;

public interface RequestResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:RequestResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 value = 1;
   * @return The value.
   */
  long getValue();

  /**
   * bool success = 2;
   * @return The success.
   */
  boolean getSuccess();

  /**
   * string redirect = 3;
   * @return The redirect.
   */
  java.lang.String getRedirect();
  /**
   * string redirect = 3;
   * @return The bytes for redirect.
   */
  com.google.protobuf.ByteString
      getRedirectBytes();

  /**
   * string errorMsg = 4;
   * @return The errorMsg.
   */
  java.lang.String getErrorMsg();
  /**
   * string errorMsg = 4;
   * @return The bytes for errorMsg.
   */
  com.google.protobuf.ByteString
      getErrorMsgBytes();

  /**
   * map<string, string> info = 5;
   */
  int getInfoCount();
  /**
   * map<string, string> info = 5;
   */
  boolean containsInfo(
      java.lang.String key);
  /**
   * Use {@link #getInfoMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getInfo();
  /**
   * map<string, string> info = 5;
   */
  java.util.Map
  getInfoMap();
  /**
   * map<string, string> info = 5;
   */
  /* nullable */
java.lang.String getInfoOrDefault(
      java.lang.String key,
      /* nullable */
java.lang.String defaultValue);
  /**
   * map<string, string> info = 5;
   */
  java.lang.String getInfoOrThrow(
      java.lang.String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy