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

grpc.control_client._ListCachesResponseOrBuilder Maven / Gradle / Ivy

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

package grpc.control_client;

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

  /**
   * repeated .control_client._Cache cache = 1;
   */
  java.util.List 
      getCacheList();
  /**
   * repeated .control_client._Cache cache = 1;
   */
  grpc.control_client._Cache getCache(int index);
  /**
   * repeated .control_client._Cache cache = 1;
   */
  int getCacheCount();
  /**
   * repeated .control_client._Cache cache = 1;
   */
  java.util.List 
      getCacheOrBuilderList();
  /**
   * repeated .control_client._Cache cache = 1;
   */
  grpc.control_client._CacheOrBuilder getCacheOrBuilder(
      int index);

  /**
   * string next_token = 2;
   * @return The nextToken.
   */
  java.lang.String getNextToken();
  /**
   * string next_token = 2;
   * @return The bytes for nextToken.
   */
  com.google.protobuf.ByteString
      getNextTokenBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy