grpc.cache_client._IncrementResponseOrBuilder 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: cacheclient.proto
package grpc.cache_client;
public interface _IncrementResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._IncrementResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The value stored after the increment operation.
*
*
* int64 value = 1;
* @return The value.
*/
long getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy