Discovery Engine v1beta API - Class SearchResponse.Types.GeoSearchDebugInfo (1.0.0-beta14)

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.

Inheritance

object > SearchResponse.Types.GeoSearchDebugInfo

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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