grpc.store._StoreGetResponseOrBuilder 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: store.proto
package grpc.store;
public interface _StoreGetResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:store._StoreGetResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .store._StoreValue value = 1;
* @return Whether the value field is set.
*/
boolean hasValue();
/**
* .store._StoreValue value = 1;
* @return The value.
*/
grpc.store._StoreValue getValue();
/**
* .store._StoreValue value = 1;
*/
grpc.store._StoreValueOrBuilder getValueOrBuilder();
}