Enum Filter.NumericFilter.Operation (0.52.0)

public enum Filter.NumericFilter.Operation extends Enum<Filter.NumericFilter.Operation> implements ProtocolMessageEnum

The operation applied to a numeric filter

Protobuf enum google.analytics.data.v1beta.Filter.NumericFilter.Operation

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EQUAL

Equal

EQUAL = 1;

EQUAL_VALUE

Equal

EQUAL = 1;

GREATER_THAN

Greater than

GREATER_THAN = 4;

GREATER_THAN_OR_EQUAL

Greater than or equal

GREATER_THAN_OR_EQUAL = 5;

GREATER_THAN_OR_EQUAL_VALUE

Greater than or equal

GREATER_THAN_OR_EQUAL = 5;

GREATER_THAN_VALUE

Greater than

GREATER_THAN = 4;

LESS_THAN

Less than

LESS_THAN = 2;

LESS_THAN_OR_EQUAL

Less than or equal

LESS_THAN_OR_EQUAL = 3;

LESS_THAN_OR_EQUAL_VALUE

Less than or equal

LESS_THAN_OR_EQUAL = 3;

LESS_THAN_VALUE

Less than

LESS_THAN = 2;

OPERATION_UNSPECIFIED

Unspecified.

OPERATION_UNSPECIFIED = 0;

OPERATION_UNSPECIFIED_VALUE

Unspecified.

OPERATION_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()