public enum RelationalOperator extends java.lang.Enum<RelationalOperator> implements ProtocolMessageEnum
Operators available for comparing the value of fields.Protobuf enum
google.privacy.dlp.v2.RelationalOperator
Enum Constant and Description |
---|
EQUAL_TO
Equal.
|
EXISTS
Exists
|
GREATER_THAN
Greater than.
|
GREATER_THAN_OR_EQUALS
Greater than or equals.
|
LESS_THAN
Less than.
|
LESS_THAN_OR_EQUALS
Less than or equals.
|
NOT_EQUAL_TO
Not equal to.
|
RELATIONAL_OPERATOR_UNSPECIFIED
RELATIONAL_OPERATOR_UNSPECIFIED = 0; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
EQUAL_TO_VALUE
Equal.
|
static int |
EXISTS_VALUE
Exists
|
static int |
GREATER_THAN_OR_EQUALS_VALUE
Greater than or equals.
|
static int |
GREATER_THAN_VALUE
Greater than.
|
static int |
LESS_THAN_OR_EQUALS_VALUE
Less than or equals.
|
static int |
LESS_THAN_VALUE
Less than.
|
static int |
NOT_EQUAL_TO_VALUE
Not equal to.
|
static int |
RELATIONAL_OPERATOR_UNSPECIFIED_VALUE
RELATIONAL_OPERATOR_UNSPECIFIED = 0; |
Modifier and Type | Method and Description |
---|---|
static RelationalOperator |
forNumber(int value) |
static Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static Internal.EnumLiteMap<RelationalOperator> |
internalGetValueMap() |
static RelationalOperator |
valueOf(Descriptors.EnumValueDescriptor desc) |
static RelationalOperator |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RelationalOperator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelationalOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationalOperator RELATIONAL_OPERATOR_UNSPECIFIED
RELATIONAL_OPERATOR_UNSPECIFIED = 0;
public static final RelationalOperator EQUAL_TO
Equal.
EQUAL_TO = 1;
public static final RelationalOperator NOT_EQUAL_TO
Not equal to.
NOT_EQUAL_TO = 2;
public static final RelationalOperator GREATER_THAN
Greater than.
GREATER_THAN = 3;
public static final RelationalOperator LESS_THAN
Less than.
LESS_THAN = 4;
public static final RelationalOperator GREATER_THAN_OR_EQUALS
Greater than or equals.
GREATER_THAN_OR_EQUALS = 5;
public static final RelationalOperator LESS_THAN_OR_EQUALS
Less than or equals.
LESS_THAN_OR_EQUALS = 6;
public static final RelationalOperator EXISTS
Exists
EXISTS = 7;
public static final RelationalOperator UNRECOGNIZED
public static final int RELATIONAL_OPERATOR_UNSPECIFIED_VALUE
RELATIONAL_OPERATOR_UNSPECIFIED = 0;
public static final int EQUAL_TO_VALUE
Equal.
EQUAL_TO = 1;
public static final int NOT_EQUAL_TO_VALUE
Not equal to.
NOT_EQUAL_TO = 2;
public static final int GREATER_THAN_VALUE
Greater than.
GREATER_THAN = 3;
public static final int LESS_THAN_VALUE
Less than.
LESS_THAN = 4;
public static final int GREATER_THAN_OR_EQUALS_VALUE
Greater than or equals.
GREATER_THAN_OR_EQUALS = 5;
public static final int LESS_THAN_OR_EQUALS_VALUE
Less than or equals.
LESS_THAN_OR_EQUALS = 6;
public static final int EXISTS_VALUE
Exists
EXISTS = 7;
public static RelationalOperator[] values()
for (RelationalOperator c : RelationalOperator.values()) System.out.println(c);
public static RelationalOperator 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 nullpublic final int getNumber()
getNumber
in interface Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static RelationalOperator valueOf(int value)
forNumber(int)
instead.public static RelationalOperator forNumber(int value)
public static Internal.EnumLiteMap<RelationalOperator> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static RelationalOperator valueOf(Descriptors.EnumValueDescriptor desc)