Class: Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::GeoSearchDebugInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#error_message::String

Returns The error produced.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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