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

grpc.cache_client._ListFetchRequestOrBuilder Maven / Gradle / Ivy

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

package grpc.cache_client;

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

  /**
   * bytes list_name = 1;
   * @return The listName.
   */
  com.google.protobuf.ByteString getListName();

  /**
   * .common._Unbounded unbounded_start = 2;
   * @return Whether the unboundedStart field is set.
   */
  boolean hasUnboundedStart();
  /**
   * .common._Unbounded unbounded_start = 2;
   * @return The unboundedStart.
   */
  grpc.common._Unbounded getUnboundedStart();
  /**
   * .common._Unbounded unbounded_start = 2;
   */
  grpc.common._UnboundedOrBuilder getUnboundedStartOrBuilder();

  /**
   * sint32 inclusive_start = 3;
   * @return Whether the inclusiveStart field is set.
   */
  boolean hasInclusiveStart();
  /**
   * sint32 inclusive_start = 3;
   * @return The inclusiveStart.
   */
  int getInclusiveStart();

  /**
   * .common._Unbounded unbounded_end = 4;
   * @return Whether the unboundedEnd field is set.
   */
  boolean hasUnboundedEnd();
  /**
   * .common._Unbounded unbounded_end = 4;
   * @return The unboundedEnd.
   */
  grpc.common._Unbounded getUnboundedEnd();
  /**
   * .common._Unbounded unbounded_end = 4;
   */
  grpc.common._UnboundedOrBuilder getUnboundedEndOrBuilder();

  /**
   * sint32 exclusive_end = 5;
   * @return Whether the exclusiveEnd field is set.
   */
  boolean hasExclusiveEnd();
  /**
   * sint32 exclusive_end = 5;
   * @return The exclusiveEnd.
   */
  int getExclusiveEnd();

  grpc.cache_client._ListFetchRequest.StartIndexCase getStartIndexCase();

  grpc.cache_client._ListFetchRequest.EndIndexCase getEndIndexCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy