public sealed class SearchResponse.Types.GeoSearchDebugInfo : IMessage<SearchResponse.Types.GeoSearchDebugInfo>, IEquatable<SearchResponse.Types.GeoSearchDebugInfo>, IDeepCloneable<SearchResponse.Types.GeoSearchDebugInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SearchResponse.Types.GeoSearchDebugInfo.
Debug information specifically related to forward geocoding issues arising
from Geolocation Search.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `SearchResponse.Types.GeoSearchDebugInfo` class within the Discovery Engine v1beta API, specifically version 1.0.0-beta18."],["The `GeoSearchDebugInfo` class is designed to help debug issues related to forward geocoding in Geolocation Search, including error messages and problematic addresses."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes two constructors, `GeoSearchDebugInfo()`, which is the default, and `GeoSearchDebugInfo(GeoSearchDebugInfo other)` for object copying, with properties `ErrorMessage` and `OriginalAddressQuery` for identifying issues."],["This class is found within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, contained within the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]