public static enum NumericFilter.Operation extends Enum<NumericFilter.Operation> implements com.google.protobuf.ProtocolMessageEnum
The operation applied to a numeric filterProtobuf enum
google.analytics.data.v1alpha.NumericFilter.Operation| Enum Constant and Description |
|---|
EQUAL
Equal
|
GREATER_THAN
Greater than
|
GREATER_THAN_OR_EQUAL
Greater than or equal
|
LESS_THAN
Less than
|
LESS_THAN_OR_EQUAL
Less than or equal
|
OPERATION_UNSPECIFIED
Unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
EQUAL_VALUE
Equal
|
static int |
GREATER_THAN_OR_EQUAL_VALUE
Greater than or equal
|
static int |
GREATER_THAN_VALUE
Greater than
|
static int |
LESS_THAN_OR_EQUAL_VALUE
Less than or equal
|
static int |
LESS_THAN_VALUE
Less than
|
static int |
OPERATION_UNSPECIFIED_VALUE
Unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static NumericFilter.Operation |
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<NumericFilter.Operation> |
internalGetValueMap() |
static NumericFilter.Operation |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NumericFilter.Operation |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NumericFilter.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumericFilter.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NumericFilter.Operation OPERATION_UNSPECIFIED
Unspecified.
OPERATION_UNSPECIFIED = 0;public static final NumericFilter.Operation EQUAL
Equal
EQUAL = 1;public static final NumericFilter.Operation LESS_THAN
Less than
LESS_THAN = 2;public static final NumericFilter.Operation LESS_THAN_OR_EQUAL
Less than or equal
LESS_THAN_OR_EQUAL = 3;public static final NumericFilter.Operation GREATER_THAN
Greater than
GREATER_THAN = 4;public static final NumericFilter.Operation GREATER_THAN_OR_EQUAL
Greater than or equal
GREATER_THAN_OR_EQUAL = 5;public static final NumericFilter.Operation UNRECOGNIZED
public static final int OPERATION_UNSPECIFIED_VALUE
Unspecified.
OPERATION_UNSPECIFIED = 0;public static final int EQUAL_VALUE
Equal
EQUAL = 1;public static final int LESS_THAN_VALUE
Less than
LESS_THAN = 2;public static final int LESS_THAN_OR_EQUAL_VALUE
Less than or equal
LESS_THAN_OR_EQUAL = 3;public static final int GREATER_THAN_VALUE
Greater than
GREATER_THAN = 4;public static final int GREATER_THAN_OR_EQUAL_VALUE
Greater than or equal
GREATER_THAN_OR_EQUAL = 5;public static NumericFilter.Operation[] values()
for (NumericFilter.Operation c : NumericFilter.Operation.values()) System.out.println(c);
public static NumericFilter.Operation 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 NumericFilter.Operation valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NumericFilter.Operation forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NumericFilter.Operation> 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 NumericFilter.Operation valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.