public static interface SearchResponse.GeoSearchDebugInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
The error produced.
|
com.google.protobuf.ByteString |
getErrorMessageBytes()
The error produced.
|
String |
getOriginalAddressQuery()
The address from which forward geocoding ingestion produced issues.
|
com.google.protobuf.ByteString |
getOriginalAddressQueryBytes()
The address from which forward geocoding ingestion produced issues.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOriginalAddressQuery()
The address from which forward geocoding ingestion produced issues.
string original_address_query = 1;com.google.protobuf.ByteString getOriginalAddressQueryBytes()
The address from which forward geocoding ingestion produced issues.
string original_address_query = 1;String getErrorMessage()
The error produced.
string error_message = 2;com.google.protobuf.ByteString getErrorMessageBytes()
The error produced.
string error_message = 2;Copyright © 2024 Google LLC. All rights reserved.