Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchResponseGeoSearchDebugInfo
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchResponseGeoSearchDebugInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.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 Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaSearchResponseGeoSearchDebugInfo
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaSearchResponseGeoSearchDebugInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaSearchResponseGeoSearchDebugInfo
Returns a new instance of GoogleCloudDiscoveryengineV1alphaSearchResponseGeoSearchDebugInfo.
11892 11893 11894 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 11892 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error_message ⇒ String
The error produced.
Corresponds to the JSON property errorMessage
11885 11886 11887 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 11885 def @error_message end |
#original_address_query ⇒ String
The address from which forward geocoding ingestion produced issues.
Corresponds to the JSON property originalAddressQuery
11890 11891 11892 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 11890 def original_address_query @original_address_query end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11897 11898 11899 11900 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 11897 def update!(**args) @error_message = args[:error_message] if args.key?(:error_message) @original_address_query = args[:original_address_query] if args.key?(:original_address_query) end |