grpc.cache_client._HttpGetRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos-jvm Show documentation
Show all versions of client-protos-jvm Show documentation
Kotlin protobuf protocols for the JVM that define the Momento gRPC wire format
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: httpcache.proto
package grpc.cache_client;
public interface _HttpGetRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._HttpGetRequest)
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();
/**
* string cache_key = 2;
* @return The cacheKey.
*/
java.lang.String getCacheKey();
/**
* string cache_key = 2;
* @return The bytes for cacheKey.
*/
com.google.protobuf.ByteString
getCacheKeyBytes();
/**
* string token = 3;
* @return The token.
*/
java.lang.String getToken();
/**
* string token = 3;
* @return The bytes for token.
*/
com.google.protobuf.ByteString
getTokenBytes();
}