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

grpc.cache_client._ListRangeOrBuilder Maven / Gradle / Ivy

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

package grpc.cache_client;

public interface _ListRangeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cache_client._ListRange)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint32 begin_index = 1;
   * @return The beginIndex.
   */
  int getBeginIndex();

  /**
   * uint32 count = 2;
   * @return The count.
   */
  int getCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy