Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Comparison.
The comparison operation that was performed.
Protobuf type google.cloud.discoveryengine.v1.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraint.Comparison
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ SearchResponse \ NaturalLanguageQueryUnderstandingInfo \ StructuredExtractedFilter \ NumberConstraintMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COMPARISON_UNSPECIFIED
Value: 0Undefined comparison operator.
Generated from protobuf enum COMPARISON_UNSPECIFIED = 0;
EQUALS
Value: 1Denotes equality = operator.
Generated from protobuf enum EQUALS = 1;
LESS_THAN_EQUALS
Value: 2Denotes less than or equal to <= operator.
Generated from protobuf enum LESS_THAN_EQUALS = 2;
LESS_THAN
Value: 3Denotes less than < operator.
Generated from protobuf enum LESS_THAN = 3;
GREATER_THAN_EQUALS
Value: 4Denotes greater than or equal to >= operator.
Generated from protobuf enum GREATER_THAN_EQUALS = 4;
GREATER_THAN
Value: 5Denotes greater than > operator.
Generated from protobuf enum GREATER_THAN = 5;