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 enumweaviate.v1.Filters.Operator
-
-
Enum Constant Summary
Enum Constants Enum Constant Description OPERATOR_ANDOPERATOR_AND = 7;OPERATOR_CONTAINS_ALLOPERATOR_CONTAINS_ALL = 13;OPERATOR_CONTAINS_ANYOPERATOR_CONTAINS_ANY = 12;OPERATOR_EQUALOPERATOR_EQUAL = 1;OPERATOR_GREATER_THANOPERATOR_GREATER_THAN = 3;OPERATOR_GREATER_THAN_EQUALOPERATOR_GREATER_THAN_EQUAL = 4;OPERATOR_IS_NULLOPERATOR_IS_NULL = 11;OPERATOR_LESS_THANOPERATOR_LESS_THAN = 5;OPERATOR_LESS_THAN_EQUALOPERATOR_LESS_THAN_EQUAL = 6;OPERATOR_LIKEOPERATOR_LIKE = 10;OPERATOR_NOT_EQUALOPERATOR_NOT_EQUAL = 2;OPERATOR_OROPERATOR_OR = 8;OPERATOR_UNSPECIFIEDOPERATOR_UNSPECIFIED = 0;OPERATOR_WITHIN_GEO_RANGEOPERATOR_WITHIN_GEO_RANGE = 9;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intOPERATOR_AND_VALUEOPERATOR_AND = 7;static intOPERATOR_CONTAINS_ALL_VALUEOPERATOR_CONTAINS_ALL = 13;static intOPERATOR_CONTAINS_ANY_VALUEOPERATOR_CONTAINS_ANY = 12;static intOPERATOR_EQUAL_VALUEOPERATOR_EQUAL = 1;static intOPERATOR_GREATER_THAN_EQUAL_VALUEOPERATOR_GREATER_THAN_EQUAL = 4;static intOPERATOR_GREATER_THAN_VALUEOPERATOR_GREATER_THAN = 3;static intOPERATOR_IS_NULL_VALUEOPERATOR_IS_NULL = 11;static intOPERATOR_LESS_THAN_EQUAL_VALUEOPERATOR_LESS_THAN_EQUAL = 6;static intOPERATOR_LESS_THAN_VALUEOPERATOR_LESS_THAN = 5;static intOPERATOR_LIKE_VALUEOPERATOR_LIKE = 10;static intOPERATOR_NOT_EQUAL_VALUEOPERATOR_NOT_EQUAL = 2;static intOPERATOR_OR_VALUEOPERATOR_OR = 8;static intOPERATOR_UNSPECIFIED_VALUEOPERATOR_UNSPECIFIED = 0;static intOPERATOR_WITHIN_GEO_RANGE_VALUEOPERATOR_WITHIN_GEO_RANGE = 9;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static WeaviateProtoBase.Filters.OperatorforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<WeaviateProtoBase.Filters.Operator>internalGetValueMap()static WeaviateProtoBase.Filters.OperatorvalueOf(int value)Deprecated.static WeaviateProtoBase.Filters.OperatorvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static WeaviateProtoBase.Filters.OperatorvalueOf(String 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 Detail
-
OPERATOR_UNSPECIFIED
public static final WeaviateProtoBase.Filters.Operator OPERATOR_UNSPECIFIED
OPERATOR_UNSPECIFIED = 0;
-
OPERATOR_EQUAL
public static final WeaviateProtoBase.Filters.Operator OPERATOR_EQUAL
OPERATOR_EQUAL = 1;
-
OPERATOR_NOT_EQUAL
public static final WeaviateProtoBase.Filters.Operator OPERATOR_NOT_EQUAL
OPERATOR_NOT_EQUAL = 2;
-
OPERATOR_GREATER_THAN
public static final WeaviateProtoBase.Filters.Operator OPERATOR_GREATER_THAN
OPERATOR_GREATER_THAN = 3;
-
OPERATOR_GREATER_THAN_EQUAL
public static final WeaviateProtoBase.Filters.Operator OPERATOR_GREATER_THAN_EQUAL
OPERATOR_GREATER_THAN_EQUAL = 4;
-
OPERATOR_LESS_THAN
public static final WeaviateProtoBase.Filters.Operator OPERATOR_LESS_THAN
OPERATOR_LESS_THAN = 5;
-
OPERATOR_LESS_THAN_EQUAL
public static final WeaviateProtoBase.Filters.Operator OPERATOR_LESS_THAN_EQUAL
OPERATOR_LESS_THAN_EQUAL = 6;
-
OPERATOR_AND
public static final WeaviateProtoBase.Filters.Operator OPERATOR_AND
OPERATOR_AND = 7;
-
OPERATOR_OR
public static final WeaviateProtoBase.Filters.Operator OPERATOR_OR
OPERATOR_OR = 8;
-
OPERATOR_WITHIN_GEO_RANGE
public static final WeaviateProtoBase.Filters.Operator OPERATOR_WITHIN_GEO_RANGE
OPERATOR_WITHIN_GEO_RANGE = 9;
-
OPERATOR_LIKE
public static final WeaviateProtoBase.Filters.Operator OPERATOR_LIKE
OPERATOR_LIKE = 10;
-
OPERATOR_IS_NULL
public static final WeaviateProtoBase.Filters.Operator OPERATOR_IS_NULL
OPERATOR_IS_NULL = 11;
-
OPERATOR_CONTAINS_ANY
public static final WeaviateProtoBase.Filters.Operator OPERATOR_CONTAINS_ANY
OPERATOR_CONTAINS_ANY = 12;
-
OPERATOR_CONTAINS_ALL
public static final WeaviateProtoBase.Filters.Operator OPERATOR_CONTAINS_ALL
OPERATOR_CONTAINS_ALL = 13;
-
UNRECOGNIZED
public static final WeaviateProtoBase.Filters.Operator UNRECOGNIZED
-
-
Field Detail
-
OPERATOR_UNSPECIFIED_VALUE
public static final int OPERATOR_UNSPECIFIED_VALUE
OPERATOR_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
OPERATOR_EQUAL_VALUE
public static final int OPERATOR_EQUAL_VALUE
OPERATOR_EQUAL = 1;- See Also:
- Constant Field Values
-
OPERATOR_NOT_EQUAL_VALUE
public static final int OPERATOR_NOT_EQUAL_VALUE
OPERATOR_NOT_EQUAL = 2;- See Also:
- Constant Field Values
-
OPERATOR_GREATER_THAN_VALUE
public static final int OPERATOR_GREATER_THAN_VALUE
OPERATOR_GREATER_THAN = 3;- See Also:
- Constant Field Values
-
OPERATOR_GREATER_THAN_EQUAL_VALUE
public static final int OPERATOR_GREATER_THAN_EQUAL_VALUE
OPERATOR_GREATER_THAN_EQUAL = 4;- See Also:
- Constant Field Values
-
OPERATOR_LESS_THAN_VALUE
public static final int OPERATOR_LESS_THAN_VALUE
OPERATOR_LESS_THAN = 5;- See Also:
- Constant Field Values
-
OPERATOR_LESS_THAN_EQUAL_VALUE
public static final int OPERATOR_LESS_THAN_EQUAL_VALUE
OPERATOR_LESS_THAN_EQUAL = 6;- See Also:
- Constant Field Values
-
OPERATOR_AND_VALUE
public static final int OPERATOR_AND_VALUE
OPERATOR_AND = 7;- See Also:
- Constant Field Values
-
OPERATOR_OR_VALUE
public static final int OPERATOR_OR_VALUE
OPERATOR_OR = 8;- See Also:
- Constant Field Values
-
OPERATOR_WITHIN_GEO_RANGE_VALUE
public static final int OPERATOR_WITHIN_GEO_RANGE_VALUE
OPERATOR_WITHIN_GEO_RANGE = 9;- See Also:
- Constant Field Values
-
OPERATOR_LIKE_VALUE
public static final int OPERATOR_LIKE_VALUE
OPERATOR_LIKE = 10;- See Also:
- Constant Field Values
-
OPERATOR_IS_NULL_VALUE
public static final int OPERATOR_IS_NULL_VALUE
OPERATOR_IS_NULL = 11;- See Also:
- Constant Field Values
-
OPERATOR_CONTAINS_ANY_VALUE
public static final int OPERATOR_CONTAINS_ANY_VALUE
OPERATOR_CONTAINS_ANY = 12;- See Also:
- Constant Field Values
-
OPERATOR_CONTAINS_ALL_VALUE
public static final int OPERATOR_CONTAINS_ALL_VALUE
OPERATOR_CONTAINS_ALL = 13;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static WeaviateProtoBase.Filters.Operator[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (WeaviateProtoBase.Filters.Operator c : WeaviateProtoBase.Filters.Operator.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WeaviateProtoBase.Filters.Operator valueOf(String name)
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 public static WeaviateProtoBase.Filters.Operator valueOf(int value)
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
public static WeaviateProtoBase.Filters.Operator forNumber(int value)
- 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
-
-