Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class GeoSearchDebugInfo.
Debug information specifically related to forward geocoding issues arising from Geolocation Search.
Generated from protobuf message google.cloud.discoveryengine.v1beta.SearchResponse.GeoSearchDebugInfo
Namespace
Google \ Cloud \ DiscoveryEngine \ V1beta \ SearchResponseMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ original_address_query |
string
The address from which forward geocoding ingestion produced issues. |
↳ error_message |
string
The error produced. |
getOriginalAddressQuery
The address from which forward geocoding ingestion produced issues.
Returns | |
---|---|
Type | Description |
string |
setOriginalAddressQuery
The address from which forward geocoding ingestion produced issues.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getErrorMessage
The error produced.
Returns | |
---|---|
Type | Description |
string |
setErrorMessage
The error produced.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |