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 Details

  • Field Details

    • OPERATOR_UNSPECIFIED_VALUE

      public static final int OPERATOR_UNSPECIFIED_VALUE
      OPERATOR_UNSPECIFIED = 0;
      See Also:
    • OPERATOR_EQUAL_VALUE

      public static final int OPERATOR_EQUAL_VALUE
      OPERATOR_EQUAL = 1;
      See Also:
    • OPERATOR_NOT_EQUAL_VALUE

      public static final int OPERATOR_NOT_EQUAL_VALUE
      OPERATOR_NOT_EQUAL = 2;
      See Also:
    • OPERATOR_GREATER_THAN_VALUE

      public static final int OPERATOR_GREATER_THAN_VALUE
      OPERATOR_GREATER_THAN = 3;
      See Also:
    • OPERATOR_GREATER_THAN_EQUAL_VALUE

      public static final int OPERATOR_GREATER_THAN_EQUAL_VALUE
      OPERATOR_GREATER_THAN_EQUAL = 4;
      See Also:
    • OPERATOR_LESS_THAN_VALUE

      public static final int OPERATOR_LESS_THAN_VALUE
      OPERATOR_LESS_THAN = 5;
      See Also:
    • OPERATOR_LESS_THAN_EQUAL_VALUE

      public static final int OPERATOR_LESS_THAN_EQUAL_VALUE
      OPERATOR_LESS_THAN_EQUAL = 6;
      See Also:
    • OPERATOR_AND_VALUE

      public static final int OPERATOR_AND_VALUE
      OPERATOR_AND = 7;
      See Also:
    • OPERATOR_OR_VALUE

      public static final int OPERATOR_OR_VALUE
      OPERATOR_OR = 8;
      See Also:
    • OPERATOR_WITHIN_GEO_RANGE_VALUE

      public static final int OPERATOR_WITHIN_GEO_RANGE_VALUE
      OPERATOR_WITHIN_GEO_RANGE = 9;
      See Also:
    • OPERATOR_LIKE_VALUE

      public static final int OPERATOR_LIKE_VALUE
      OPERATOR_LIKE = 10;
      See Also:
    • OPERATOR_IS_NULL_VALUE

      public static final int OPERATOR_IS_NULL_VALUE
      OPERATOR_IS_NULL = 11;
      See Also:
    • OPERATOR_CONTAINS_ANY_VALUE

      public static final int OPERATOR_CONTAINS_ANY_VALUE
      OPERATOR_CONTAINS_ANY = 12;
      See Also:
    • OPERATOR_CONTAINS_ALL_VALUE

      public static final int OPERATOR_CONTAINS_ALL_VALUE
      OPERATOR_CONTAINS_ALL = 13;
      See Also:
  • Method Details

    • values

      public static WeaviateProtoBase.Filters.Operator[] 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

      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.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 name
      NullPointerException - 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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null