Class GoogleCloudDiscoveryengineLoggingErrorLog
An error log which is reported to the Error Reporting system.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineLoggingErrorLog : IDirectResponseSchemaProperties
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 |