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

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

  /**
   * string cache_name = 1;
   * @return The cacheName.
   */
  java.lang.String getCacheName();
  /**
   * string cache_name = 1;
   * @return The bytes for cacheName.
   */
  com.google.protobuf.ByteString
      getCacheNameBytes();

  /**
   * .control_client._CacheLimits cache_limits = 2;
   * @return Whether the cacheLimits field is set.
   */
  boolean hasCacheLimits();
  /**
   * .control_client._CacheLimits cache_limits = 2;
   * @return The cacheLimits.
   */
  grpc.control_client._CacheLimits getCacheLimits();
  /**
   * .control_client._CacheLimits cache_limits = 2;
   */
  grpc.control_client._CacheLimitsOrBuilder getCacheLimitsOrBuilder();

  /**
   * .control_client._TopicLimits topic_limits = 3;
   * @return Whether the topicLimits field is set.
   */
  boolean hasTopicLimits();
  /**
   * .control_client._TopicLimits topic_limits = 3;
   * @return The topicLimits.
   */
  grpc.control_client._TopicLimits getTopicLimits();
  /**
   * .control_client._TopicLimits topic_limits = 3;
   */
  grpc.control_client._TopicLimitsOrBuilder getTopicLimitsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy