public static enum Vectorindex._FilterExpression.ExpressionCase extends java.lang.Enum<Vectorindex._FilterExpression.ExpressionCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
AND_EXPRESSION |
EQUALS_EXPRESSION |
EXPRESSION_NOT_SET |
GREATER_OR_EQUAL_EXPRESSION |
GREATER_THAN_EXPRESSION |
LESS_OR_EQUAL_EXPRESSION |
LESS_THAN_EXPRESSION |
LIST_CONTAINS_EXPRESSION |
NOT_EXPRESSION |
OR_EXPRESSION |
| Modifier and Type | Method and Description |
|---|---|
static Vectorindex._FilterExpression.ExpressionCase |
forNumber(int value) |
int |
getNumber() |
static Vectorindex._FilterExpression.ExpressionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Vectorindex._FilterExpression.ExpressionCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Vectorindex._FilterExpression.ExpressionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Vectorindex._FilterExpression.ExpressionCase EQUALS_EXPRESSION
public static final Vectorindex._FilterExpression.ExpressionCase AND_EXPRESSION
public static final Vectorindex._FilterExpression.ExpressionCase OR_EXPRESSION
public static final Vectorindex._FilterExpression.ExpressionCase NOT_EXPRESSION
public static final Vectorindex._FilterExpression.ExpressionCase GREATER_THAN_EXPRESSION
public static final Vectorindex._FilterExpression.ExpressionCase GREATER_OR_EQUAL_EXPRESSION
public static final Vectorindex._FilterExpression.ExpressionCase LESS_THAN_EXPRESSION
public static final Vectorindex._FilterExpression.ExpressionCase LESS_OR_EQUAL_EXPRESSION
public static final Vectorindex._FilterExpression.ExpressionCase LIST_CONTAINS_EXPRESSION
public static final Vectorindex._FilterExpression.ExpressionCase EXPRESSION_NOT_SET
public static Vectorindex._FilterExpression.ExpressionCase[] values()
for (Vectorindex._FilterExpression.ExpressionCase c : Vectorindex._FilterExpression.ExpressionCase.values()) System.out.println(c);
public static Vectorindex._FilterExpression.ExpressionCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static Vectorindex._FilterExpression.ExpressionCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Vectorindex._FilterExpression.ExpressionCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite