public static interface SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraintOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraint.Comparison |
getComparison()
The comparison operation performed between the field value and the
value specified in the constraint.
|
int |
getComparisonValue()
The comparison operation performed between the field value and the
value specified in the constraint.
|
String |
getFieldName()
Name of the numerical field as defined in the schema.
|
com.google.protobuf.ByteString |
getFieldNameBytes()
Name of the numerical field as defined in the schema.
|
String |
getQuerySegment()
Identifies the keywords within the search query that match a filter.
|
com.google.protobuf.ByteString |
getQuerySegmentBytes()
Identifies the keywords within the search query that match a filter.
|
double |
getValue()
The value specified in the numerical constraint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFieldName()
Name of the numerical field as defined in the schema.
string field_name = 1;com.google.protobuf.ByteString getFieldNameBytes()
Name of the numerical field as defined in the schema.
string field_name = 1;int getComparisonValue()
The comparison operation performed between the field value and the value specified in the constraint.
.google.cloud.discoveryengine.v1beta.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraint.Comparison comparison = 2;
SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraint.Comparison getComparison()
The comparison operation performed between the field value and the value specified in the constraint.
.google.cloud.discoveryengine.v1beta.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraint.Comparison comparison = 2;
double getValue()
The value specified in the numerical constraint.
double value = 3;String getQuerySegment()
Identifies the keywords within the search query that match a filter.
string query_segment = 4;com.google.protobuf.ByteString getQuerySegmentBytes()
Identifies the keywords within the search query that match a filter.
string query_segment = 4;Copyright © 2025 Google LLC. All rights reserved.