Enum WeaviateProtoBase.Filters.Operator
java.lang.Object
java.lang.Enum<WeaviateProtoBase.Filters.Operator>
io.weaviate.client.grpc.protocol.v1.WeaviateProtoBase.Filters.Operator
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<WeaviateProtoBase.Filters.Operator>
- Enclosing class:
- WeaviateProtoBase.Filters
public static enum WeaviateProtoBase.Filters.Operator
extends Enum<WeaviateProtoBase.Filters.Operator>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
weaviate.v1.Filters.Operator-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionOPERATOR_AND = 7;OPERATOR_CONTAINS_ALL = 13;OPERATOR_CONTAINS_ANY = 12;OPERATOR_EQUAL = 1;OPERATOR_GREATER_THAN = 3;OPERATOR_GREATER_THAN_EQUAL = 4;OPERATOR_IS_NULL = 11;OPERATOR_LESS_THAN = 5;OPERATOR_LESS_THAN_EQUAL = 6;OPERATOR_LIKE = 10;OPERATOR_NOT_EQUAL = 2;OPERATOR_OR = 8;OPERATOR_UNSPECIFIED = 0;OPERATOR_WITHIN_GEO_RANGE = 9; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intOPERATOR_AND = 7;static final intOPERATOR_CONTAINS_ALL = 13;static final intOPERATOR_CONTAINS_ANY = 12;static final intOPERATOR_EQUAL = 1;static final intOPERATOR_GREATER_THAN_EQUAL = 4;static final intOPERATOR_GREATER_THAN = 3;static final intOPERATOR_IS_NULL = 11;static final intOPERATOR_LESS_THAN_EQUAL = 6;static final intOPERATOR_LESS_THAN = 5;static final intOPERATOR_LIKE = 10;static final intOPERATOR_NOT_EQUAL = 2;static final intOPERATOR_OR = 8;static final intOPERATOR_UNSPECIFIED = 0;static final intOPERATOR_WITHIN_GEO_RANGE = 9; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<WeaviateProtoBase.Filters.Operator>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static WeaviateProtoBase.Filters.Operator[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OPERATOR_UNSPECIFIED
OPERATOR_UNSPECIFIED = 0; -
OPERATOR_EQUAL
OPERATOR_EQUAL = 1; -
OPERATOR_NOT_EQUAL
OPERATOR_NOT_EQUAL = 2; -
OPERATOR_GREATER_THAN
OPERATOR_GREATER_THAN = 3; -
OPERATOR_GREATER_THAN_EQUAL
OPERATOR_GREATER_THAN_EQUAL = 4; -
OPERATOR_LESS_THAN
OPERATOR_LESS_THAN = 5; -
OPERATOR_LESS_THAN_EQUAL
OPERATOR_LESS_THAN_EQUAL = 6; -
OPERATOR_AND
OPERATOR_AND = 7; -
OPERATOR_OR
OPERATOR_OR = 8; -
OPERATOR_WITHIN_GEO_RANGE
OPERATOR_WITHIN_GEO_RANGE = 9; -
OPERATOR_LIKE
OPERATOR_LIKE = 10; -
OPERATOR_IS_NULL
OPERATOR_IS_NULL = 11; -
OPERATOR_CONTAINS_ANY
OPERATOR_CONTAINS_ANY = 12; -
OPERATOR_CONTAINS_ALL
OPERATOR_CONTAINS_ALL = 13; -
UNRECOGNIZED
-
-
Field Details
-
OPERATOR_UNSPECIFIED_VALUE
public static final int OPERATOR_UNSPECIFIED_VALUEOPERATOR_UNSPECIFIED = 0;- See Also:
-
OPERATOR_EQUAL_VALUE
public static final int OPERATOR_EQUAL_VALUEOPERATOR_EQUAL = 1;- See Also:
-
OPERATOR_NOT_EQUAL_VALUE
public static final int OPERATOR_NOT_EQUAL_VALUEOPERATOR_NOT_EQUAL = 2;- See Also:
-
OPERATOR_GREATER_THAN_VALUE
public static final int OPERATOR_GREATER_THAN_VALUEOPERATOR_GREATER_THAN = 3;- See Also:
-
OPERATOR_GREATER_THAN_EQUAL_VALUE
public static final int OPERATOR_GREATER_THAN_EQUAL_VALUEOPERATOR_GREATER_THAN_EQUAL = 4;- See Also:
-
OPERATOR_LESS_THAN_VALUE
public static final int OPERATOR_LESS_THAN_VALUEOPERATOR_LESS_THAN = 5;- See Also:
-
OPERATOR_LESS_THAN_EQUAL_VALUE
public static final int OPERATOR_LESS_THAN_EQUAL_VALUEOPERATOR_LESS_THAN_EQUAL = 6;- See Also:
-
OPERATOR_AND_VALUE
public static final int OPERATOR_AND_VALUEOPERATOR_AND = 7;- See Also:
-
OPERATOR_OR_VALUE
public static final int OPERATOR_OR_VALUEOPERATOR_OR = 8;- See Also:
-
OPERATOR_WITHIN_GEO_RANGE_VALUE
public static final int OPERATOR_WITHIN_GEO_RANGE_VALUEOPERATOR_WITHIN_GEO_RANGE = 9;- See Also:
-
OPERATOR_LIKE_VALUE
public static final int OPERATOR_LIKE_VALUEOPERATOR_LIKE = 10;- See Also:
-
OPERATOR_IS_NULL_VALUE
public static final int OPERATOR_IS_NULL_VALUEOPERATOR_IS_NULL = 11;- See Also:
-
OPERATOR_CONTAINS_ANY_VALUE
public static final int OPERATOR_CONTAINS_ANY_VALUEOPERATOR_CONTAINS_ANY = 12;- See Also:
-
OPERATOR_CONTAINS_ALL_VALUE
public static final int OPERATOR_CONTAINS_ALL_VALUEOPERATOR_CONTAINS_ALL = 13;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<WeaviateProtoBase.Filters.Operator> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static WeaviateProtoBase.Filters.Operator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-