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.
|
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.v1alpha.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.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraint.Comparison comparison = 2;
double getValue()
The value specified in the numerical constraint.
double value = 3;Copyright © 2024 Google LLC. All rights reserved.