public static interface Vectorindex._GreaterOrEqualExpressionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getField()
string field = 1; |
com.google.protobuf.ByteString |
getFieldBytes()
string field = 1; |
float |
getFloatValue()
float float_value = 3; |
long |
getIntegerValue()
int64 integer_value = 2; |
Vectorindex._GreaterOrEqualExpression.ValueCase |
getValueCase() |
boolean |
hasFloatValue()
float float_value = 3; |
boolean |
hasIntegerValue()
int64 integer_value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getField()
string field = 1;com.google.protobuf.ByteString getFieldBytes()
string field = 1;boolean hasIntegerValue()
int64 integer_value = 2;long getIntegerValue()
int64 integer_value = 2;boolean hasFloatValue()
float float_value = 3;float getFloatValue()
float float_value = 3;Vectorindex._GreaterOrEqualExpression.ValueCase getValueCase()