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

grpc.control_client._ListIndexesResponseOrBuilder Maven / Gradle / Ivy

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

package grpc.control_client;

public interface _ListIndexesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:control_client._ListIndexesResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .control_client._ListIndexesResponse._Index indexes = 1;
   */
  java.util.List 
      getIndexesList();
  /**
   * repeated .control_client._ListIndexesResponse._Index indexes = 1;
   */
  grpc.control_client._ListIndexesResponse._Index getIndexes(int index);
  /**
   * repeated .control_client._ListIndexesResponse._Index indexes = 1;
   */
  int getIndexesCount();
  /**
   * repeated .control_client._ListIndexesResponse._Index indexes = 1;
   */
  java.util.List 
      getIndexesOrBuilderList();
  /**
   * repeated .control_client._ListIndexesResponse._Index indexes = 1;
   */
  grpc.control_client._ListIndexesResponse._IndexOrBuilder getIndexesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy