Enum Class QueryOptions.Filter.Operator

java.lang.Object
java.lang.Enum<QueryOptions.Filter.Operator>
com.buildless.service.v1.QueryOptions.Filter.Operator
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<QueryOptions.Filter.Operator>, Constable
Enclosing class:
QueryOptions.Filter

public static enum QueryOptions.Filter.Operator extends Enum<QueryOptions.Filter.Operator> implements com.google.protobuf.ProtocolMessageEnum
 Enumerates supported filter operators which can be used with structured filter declarations on a query.
 
Protobuf enum buildless.service.v1.QueryOptions.Filter.Operator
  • Enum Constant Details

  • Field Details

    • OPERATOR_DEFAULT_VALUE

      public static final int OPERATOR_DEFAULT_VALUE
       Default/unrecognized operator: implementation specific. This value is also used to signify a backwards-
       incompatible value, and so it is recommended that new code use an explicit operator option.
       
      OPERATOR_DEFAULT = 0;
      See Also:
    • EQ_VALUE

      public static final int EQ_VALUE
       Operator: Equals.
       
      EQ = 2;
      See Also:
    • NEQ_VALUE

      public static final int NEQ_VALUE
       Operator: Not equals.
       
      NEQ = 3;
      See Also:
    • LT_VALUE

      public static final int LT_VALUE
       Operator: Less-than.
       
      LT = 4;
      See Also:
    • LTE_VALUE

      public static final int LTE_VALUE
       Operator: Less-than-or-equal-to.
       
      LTE = 5;
      See Also:
    • GT_VALUE

      public static final int GT_VALUE
       Operator: Greater-than.
       
      GT = 6;
      See Also:
    • GTE_VALUE

      public static final int GTE_VALUE
       Operator: Greater-than-or-equal-to.
       
      GTE = 7;
      See Also:
    • IN_VALUE

      public static final int IN_VALUE
       Operator: In/contains.
       
      IN = 8;
      See Also:
    • NIN_VALUE

      public static final int NIN_VALUE
       Operator: Not-in/Not-contains.
       
      NIN = 9;
      See Also:
    • EMPTY_VALUE

      public static final int EMPTY_VALUE
       Operator: Is-empty-or-null.
       
      EMPTY = 10;
      See Also:
    • NOT_EMPTY_VALUE

      public static final int NOT_EMPTY_VALUE
       Operator: Not-empty-or-null.
       
      NOT_EMPTY = 11;
      See Also:
  • Method Details

    • values

      public static QueryOptions.Filter.Operator[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static QueryOptions.Filter.Operator valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class 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 QueryOptions.Filter.Operator valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static QueryOptions.Filter.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<QueryOptions.Filter.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 QueryOptions.Filter.Operator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null