grpc.vectorindex._AndExpressionOrBuilder 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 _AndExpressionOrBuilder extends
// @@protoc_insertion_point(interface_extends:vectorindex._AndExpression)
com.google.protobuf.MessageOrBuilder {
/**
* .vectorindex._FilterExpression first_expression = 1;
* @return Whether the firstExpression field is set.
*/
boolean hasFirstExpression();
/**
* .vectorindex._FilterExpression first_expression = 1;
* @return The firstExpression.
*/
grpc.vectorindex._FilterExpression getFirstExpression();
/**
* .vectorindex._FilterExpression first_expression = 1;
*/
grpc.vectorindex._FilterExpressionOrBuilder getFirstExpressionOrBuilder();
/**
* .vectorindex._FilterExpression second_expression = 2;
* @return Whether the secondExpression field is set.
*/
boolean hasSecondExpression();
/**
* .vectorindex._FilterExpression second_expression = 2;
* @return The secondExpression.
*/
grpc.vectorindex._FilterExpression getSecondExpression();
/**
* .vectorindex._FilterExpression second_expression = 2;
*/
grpc.vectorindex._FilterExpressionOrBuilder getSecondExpressionOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy