Enum SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraint.Comparison (0.45.0)

public enum SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraint.Comparison extends Enum<SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraint.Comparison> implements ProtocolMessageEnum

The comparison operation that was performed.

Protobuf enum google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraint.Comparison

Implements

ProtocolMessageEnum

Static Fields

Name Description
COMPARISON_UNSPECIFIED

Undefined comparison operator.

COMPARISON_UNSPECIFIED = 0;

COMPARISON_UNSPECIFIED_VALUE

Undefined comparison operator.

COMPARISON_UNSPECIFIED = 0;

EQUALS

Denotes equality = operator.

EQUALS = 1;

EQUALS_VALUE

Denotes equality = operator.

EQUALS = 1;

GREATER_THAN

Denotes greater than > operator.

GREATER_THAN = 5;

GREATER_THAN_EQUALS

Denotes greater than or equal to >= operator.

GREATER_THAN_EQUALS = 4;

GREATER_THAN_EQUALS_VALUE

Denotes greater than or equal to >= operator.

GREATER_THAN_EQUALS = 4;

GREATER_THAN_VALUE

Denotes greater than > operator.

GREATER_THAN = 5;

LESS_THAN

Denotes less than < operator.

LESS_THAN = 3;

LESS_THAN_EQUALS

Denotes less than or equal to <= operator.

LESS_THAN_EQUALS = 2;

LESS_THAN_EQUALS_VALUE

Denotes less than or equal to <= operator.

LESS_THAN_EQUALS = 2;

LESS_THAN_VALUE

Denotes less than < operator.

LESS_THAN = 3;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()