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

grpc.control_client._ListStoresResponseOrBuilder 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 _ListStoresResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:control_client._ListStoresResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .control_client._Store store = 1;
   */
  java.util.List 
      getStoreList();
  /**
   * repeated .control_client._Store store = 1;
   */
  grpc.control_client._Store getStore(int index);
  /**
   * repeated .control_client._Store store = 1;
   */
  int getStoreCount();
  /**
   * repeated .control_client._Store store = 1;
   */
  java.util.List 
      getStoreOrBuilderList();
  /**
   * repeated .control_client._Store store = 1;
   */
  grpc.control_client._StoreOrBuilder getStoreOrBuilder(
      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