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

grpc.control_client._CreateCacheRequestOrBuilder 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 _CreateCacheRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:control_client._CreateCacheRequest)
    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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy