grpc.cache_client._DictionaryIncrementRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos Show documentation
Show all versions of client-protos Show documentation
Java protobuf protocols that define the Momento gRPC wire format
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cacheclient.proto
package grpc.cache_client;
public interface _DictionaryIncrementRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._DictionaryIncrementRequest)
com.google.protobuf.MessageOrBuilder {
/**
* bytes dictionary_name = 1;
* @return The dictionaryName.
*/
com.google.protobuf.ByteString getDictionaryName();
/**
* bytes field = 2;
* @return The field.
*/
com.google.protobuf.ByteString getField();
/**
* int64 amount = 3;
* @return The amount.
*/
long getAmount();
/**
* uint64 ttl_milliseconds = 4;
* @return The ttlMilliseconds.
*/
long getTtlMilliseconds();
/**
* bool refresh_ttl = 5;
* @return The refreshTtl.
*/
boolean getRefreshTtl();
}