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

com.alibaba.nacos.consistency.entity.ResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.4.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: consistency.proto

package com.alibaba.nacos.consistency.entity;

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

  /**
   * bytes data = 1;
   * @return The data.
   */
  com.google.protobuf.ByteString getData();

  /**
   * string errMsg = 2;
   * @return The errMsg.
   */
  java.lang.String getErrMsg();
  /**
   * string errMsg = 2;
   * @return The bytes for errMsg.
   */
  com.google.protobuf.ByteString
      getErrMsgBytes();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy