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.
Implements
IMessageSearchResponseTypesGeoSearchDebugInfo, IEquatableSearchResponseTypesGeoSearchDebugInfo, IDeepCloneableSearchResponseTypesGeoSearchDebugInfo, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
GeoSearchDebugInfo()
public GeoSearchDebugInfo()
GeoSearchDebugInfo(GeoSearchDebugInfo)
public GeoSearchDebugInfo(SearchResponse.Types.GeoSearchDebugInfo other)
Parameter | |
---|---|
Name | Description |
other |
SearchResponseTypesGeoSearchDebugInfo |
Properties
ErrorMessage
public string ErrorMessage { get; set; }
The error produced.
Property Value | |
---|---|
Type | Description |
string |
OriginalAddressQuery
public string OriginalAddressQuery { get; set; }
The address from which forward geocoding ingestion produced issues.
Property Value | |
---|---|
Type | Description |
string |