Class: Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::GeoSearchDebugInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::GeoSearchDebugInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb
Overview
Debug information specifically related to forward geocoding issues arising from Geolocation Search.
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
The error produced.
-
#original_address_query ⇒ ::String
The address from which forward geocoding ingestion produced issues.
Instance Attribute Details
#error_message ⇒ ::String
Returns The error produced.
1160 1161 1162 1163 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1160 class GeoSearchDebugInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#original_address_query ⇒ ::String
Returns The address from which forward geocoding ingestion produced issues.
1160 1161 1162 1163 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1160 class GeoSearchDebugInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |