grpc.common.AbsentOrEqualOrBuilder 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: common.proto
package grpc.common;
public interface AbsentOrEqualOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.AbsentOrEqual)
com.google.protobuf.MessageOrBuilder {
/**
* bytes value_to_check = 1;
* @return The valueToCheck.
*/
com.google.protobuf.ByteString getValueToCheck();
}