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

com.srotya.minuteman.rpc.GenericResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: cluster.proto

package com.srotya.minuteman.rpc;

public interface GenericResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpcs.GenericResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int32 responseCode = 1;
   */
  int getResponseCode();

  /**
   * optional string responseString = 2;
   */
  java.lang.String getResponseString();
  /**
   * optional string responseString = 2;
   */
  com.google.protobuf.ByteString
      getResponseStringBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy