grpc.vectorindex._LessThanOrEqualExpressionOrBuilder 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 _LessThanOrEqualExpressionOrBuilder extends
// @@protoc_insertion_point(interface_extends:vectorindex._LessThanOrEqualExpression)
com.google.protobuf.MessageOrBuilder {
/**
* string field = 1;
* @return The field.
*/
java.lang.String getField();
/**
* string field = 1;
* @return The bytes for field.
*/
com.google.protobuf.ByteString
getFieldBytes();
/**
* int64 integer_value = 2;
* @return Whether the integerValue field is set.
*/
boolean hasIntegerValue();
/**
* int64 integer_value = 2;
* @return The integerValue.
*/
long getIntegerValue();
/**
* float float_value = 3;
* @return Whether the floatValue field is set.
*/
boolean hasFloatValue();
/**
* float float_value = 3;
* @return The floatValue.
*/
float getFloatValue();
grpc.vectorindex._LessThanOrEqualExpression.ValueCase getValueCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy