GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineLoggingConnectorRunErrorContext (google_api_discovery_engine v0.28.0)
View SourceThe error payload that is populated on LRO sync APIs, including the following: google.cloud.discoveryengine.v1main.DataConnectorService.SetUpDataConnector
google.cloud.discoveryengine.v1main.DataConnectorService.StartConnectorRun
Attributes
-
connectorRun
(type:String.t
, default:nil
) - The full resource name of the Connector Run. Format:projects/*/locations/*/collections/*/dataConnector/connectorRuns/*
. Theconnector_run_id
is system-generated. -
dataConnector
(type:String.t
, default:nil
) - The full resource name of the DataConnector. Format:projects/*/locations/*/collections/*/dataConnector
. -
endTime
(type:DateTime.t
, default:nil
) - The time when the connector run ended. -
entity
(type:String.t
, default:nil
) - The entity to sync for the connector run. -
operation
(type:String.t
, default:nil
) - The operation resource name of the LRO to sync the connector. -
startTime
(type:DateTime.t
, default:nil
) - The time when the connector run started. -
syncType
(type:String.t
, default:nil
) - The type of sync run. Can be one of the following:FULL
INCREMENTAL
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineLoggingConnectorRunErrorContext{ connectorRun: String.t() | nil, dataConnector: String.t() | nil, endTime: DateTime.t() | nil, entity: String.t() | nil, operation: String.t() | nil, startTime: DateTime.t() | nil, syncType: String.t() | nil }