grpc.vectorindex._NotExpressionOrBuilder 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: vectorindex.proto
package grpc.vectorindex;
public interface _NotExpressionOrBuilder extends
// @@protoc_insertion_point(interface_extends:vectorindex._NotExpression)
com.google.protobuf.MessageOrBuilder {
/**
* .vectorindex._FilterExpression expression_to_negate = 1;
* @return Whether the expressionToNegate field is set.
*/
boolean hasExpressionToNegate();
/**
* .vectorindex._FilterExpression expression_to_negate = 1;
* @return The expressionToNegate.
*/
grpc.vectorindex._FilterExpression getExpressionToNegate();
/**
* .vectorindex._FilterExpression expression_to_negate = 1;
*/
grpc.vectorindex._FilterExpressionOrBuilder getExpressionToNegateOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy