public static interface SearchResponse.GeoSearchDebugInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorMessage()
public abstract String getErrorMessage()The error produced.
string error_message = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The errorMessage. |
getErrorMessageBytes()
public abstract ByteString getErrorMessageBytes()The error produced.
string error_message = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for errorMessage. |
getOriginalAddressQuery()
public abstract String getOriginalAddressQuery()The address from which forward geocoding ingestion produced issues.
string original_address_query = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The originalAddressQuery. |
getOriginalAddressQueryBytes()
public abstract ByteString getOriginalAddressQueryBytes()The address from which forward geocoding ingestion produced issues.
string original_address_query = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for originalAddressQuery. |