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

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

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

package com.srotya.minuteman.rpc;

public interface RouteResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpcs.RouteResponse)
    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();

  /**
   * repeated string replicaids = 3;
   */
  java.util.List
      getReplicaidsList();
  /**
   * repeated string replicaids = 3;
   */
  int getReplicaidsCount();
  /**
   * repeated string replicaids = 3;
   */
  java.lang.String getReplicaids(int index);
  /**
   * repeated string replicaids = 3;
   */
  com.google.protobuf.ByteString
      getReplicaidsBytes(int index);

  /**
   * optional string leaderid = 4;
   */
  java.lang.String getLeaderid();
  /**
   * optional string leaderid = 4;
   */
  com.google.protobuf.ByteString
      getLeaderidBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy