public static interface SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.GeolocationConstraintOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
The reference address that was inferred from the input query.
|
com.google.protobuf.ByteString |
getAddressBytes()
The reference address that was inferred from the input query.
|
String |
getFieldName()
The name of the geolocation field as defined in the schema.
|
com.google.protobuf.ByteString |
getFieldNameBytes()
The name of the geolocation field as defined in the schema.
|
double |
getLatitude()
The latitude of the geolocation inferred from the input query.
|
double |
getLongitude()
The longitude of the geolocation inferred from the input query.
|
float |
getRadiusInMeters()
The radius in meters around the address.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFieldName()
The name of the geolocation field as defined in the schema.
string field_name = 1;com.google.protobuf.ByteString getFieldNameBytes()
The name of the geolocation field as defined in the schema.
string field_name = 1;String getAddress()
The reference address that was inferred from the input query. The proximity of the reference address to the geolocation field will be used to filter the results.
string address = 2;com.google.protobuf.ByteString getAddressBytes()
The reference address that was inferred from the input query. The proximity of the reference address to the geolocation field will be used to filter the results.
string address = 2;double getLatitude()
The latitude of the geolocation inferred from the input query.
double latitude = 4;double getLongitude()
The longitude of the geolocation inferred from the input query.
double longitude = 5;float getRadiusInMeters()
The radius in meters around the address. The record is returned if the location of the geolocation field is within the radius.
float radius_in_meters = 3;Copyright © 2025 Google LLC. All rights reserved.