public enum ValueComparison extends Enum<ValueComparison> implements com.google.protobuf.ProtocolMessageEnum
Enum used by IntComparisonFilter and DoubleComparisonFilter to indicate the relation between source value and compare value.Protobuf enum
google.cloud.clouddms.v1.ValueComparison| Enum Constant and Description |
|---|
UNRECOGNIZED |
VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN
Value is larger or equal than the Compare value.
|
VALUE_COMPARISON_IF_VALUE_LARGER_THAN
Value is larger than the Compare value.
|
VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN
Value is smaller or equal than the Compare value.
|
VALUE_COMPARISON_IF_VALUE_SMALLER_THAN
Value is smaller than the Compare value.
|
VALUE_COMPARISON_UNSPECIFIED
Value comparison unspecified.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN_VALUE
Value is larger or equal than the Compare value.
|
static int |
VALUE_COMPARISON_IF_VALUE_LARGER_THAN_VALUE
Value is larger than the Compare value.
|
static int |
VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN_VALUE
Value is smaller or equal than the Compare value.
|
static int |
VALUE_COMPARISON_IF_VALUE_SMALLER_THAN_VALUE
Value is smaller than the Compare value.
|
static int |
VALUE_COMPARISON_UNSPECIFIED_VALUE
Value comparison unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueComparison |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ValueComparison> |
internalGetValueMap() |
static ValueComparison |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ValueComparison |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ValueComparison |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueComparison[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueComparison VALUE_COMPARISON_UNSPECIFIED
Value comparison unspecified.
VALUE_COMPARISON_UNSPECIFIED = 0;public static final ValueComparison VALUE_COMPARISON_IF_VALUE_SMALLER_THAN
Value is smaller than the Compare value.
VALUE_COMPARISON_IF_VALUE_SMALLER_THAN = 1;public static final ValueComparison VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN
Value is smaller or equal than the Compare value.
VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN = 2;public static final ValueComparison VALUE_COMPARISON_IF_VALUE_LARGER_THAN
Value is larger than the Compare value.
VALUE_COMPARISON_IF_VALUE_LARGER_THAN = 3;public static final ValueComparison VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN
Value is larger or equal than the Compare value.
VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN = 4;public static final ValueComparison UNRECOGNIZED
public static final int VALUE_COMPARISON_UNSPECIFIED_VALUE
Value comparison unspecified.
VALUE_COMPARISON_UNSPECIFIED = 0;public static final int VALUE_COMPARISON_IF_VALUE_SMALLER_THAN_VALUE
Value is smaller than the Compare value.
VALUE_COMPARISON_IF_VALUE_SMALLER_THAN = 1;public static final int VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN_VALUE
Value is smaller or equal than the Compare value.
VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN = 2;public static final int VALUE_COMPARISON_IF_VALUE_LARGER_THAN_VALUE
Value is larger than the Compare value.
VALUE_COMPARISON_IF_VALUE_LARGER_THAN = 3;public static final int VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN_VALUE
Value is larger or equal than the Compare value.
VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN = 4;public static ValueComparison[] values()
for (ValueComparison c : ValueComparison.values()) System.out.println(c);
public static ValueComparison valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ValueComparison valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ValueComparison forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ValueComparison> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ValueComparison valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.