public static enum Vectorindex._SearchRequest.ThresholdCase extends java.lang.Enum<Vectorindex._SearchRequest.ThresholdCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
NO_SCORE_THRESHOLD |
SCORE_THRESHOLD |
THRESHOLD_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Vectorindex._SearchRequest.ThresholdCase |
forNumber(int value) |
int |
getNumber() |
static Vectorindex._SearchRequest.ThresholdCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Vectorindex._SearchRequest.ThresholdCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Vectorindex._SearchRequest.ThresholdCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Vectorindex._SearchRequest.ThresholdCase SCORE_THRESHOLD
public static final Vectorindex._SearchRequest.ThresholdCase NO_SCORE_THRESHOLD
public static final Vectorindex._SearchRequest.ThresholdCase THRESHOLD_NOT_SET
public static Vectorindex._SearchRequest.ThresholdCase[] values()
for (Vectorindex._SearchRequest.ThresholdCase c : Vectorindex._SearchRequest.ThresholdCase.values()) System.out.println(c);
public static Vectorindex._SearchRequest.ThresholdCase 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._SearchRequest.ThresholdCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Vectorindex._SearchRequest.ThresholdCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite