Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineLoggingErrorLog

An error log which is reported to the Error Reporting system.

Inheritance
object
GoogleCloudDiscoveryengineLoggingErrorLog
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineLoggingErrorLog : IDirectResponseSchema

Properties

ConnectorRunPayload

The error payload that is populated on LRO connector sync APIs.

Declaration
[JsonProperty("connectorRunPayload")]
public virtual GoogleCloudDiscoveryengineLoggingConnectorRunErrorContext ConnectorRunPayload { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineLoggingConnectorRunErrorContext

Context

A description of the context in which the error occurred.

Declaration
[JsonProperty("context")]
public virtual GoogleCloudDiscoveryengineLoggingErrorContext Context { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineLoggingErrorContext

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImportPayload

The error payload that is populated on LRO import APIs.

Declaration
[JsonProperty("importPayload")]
public virtual GoogleCloudDiscoveryengineLoggingImportErrorContext ImportPayload { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineLoggingImportErrorContext

Message

A message describing the error.

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

RequestPayload

The API request payload, represented as a protocol buffer. Most API request types are supported—for example:

  • type.googleapis.com/google.cloud.discoveryengine.v1alpha.DocumentService.CreateDocumentRequest * type.googleapis.com/google.cloud.discoveryengine.v1alpha.UserEventService.WriteUserEventRequest
Declaration
[JsonProperty("requestPayload")]
public virtual IDictionary<string, object> RequestPayload { get; set; }
Property Value
Type Description
IDictionary<string, object>

ResponsePayload

The API response payload, represented as a protocol buffer. This is used to log some "soft errors", where the response is valid but we consider there are some quality issues like unjoined events. The following API responses are supported, and no PII is included: * google.cloud.discoveryengine.v1alpha.RecommendationService.Recommend * google.cloud.discoveryengine.v1alpha.UserEventService.WriteUserEvent * google.cloud.discoveryengine.v1alpha.UserEventService.CollectUserEvent

Declaration
[JsonProperty("responsePayload")]
public virtual IDictionary<string, object> ResponsePayload { get; set; }
Property Value
Type Description
IDictionary<string, object>

ServiceContext

The service context in which this error has occurred.

Declaration
[JsonProperty("serviceContext")]
public virtual GoogleCloudDiscoveryengineLoggingServiceContext ServiceContext { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineLoggingServiceContext

Status

The RPC status associated with the error log.

Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
Type Description
GoogleRpcStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX