class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineLoggingConnectorRunErrorContext
-
‘google.cloud.discoveryengine.v1main.DataConnectorService.StartConnectorRun`
* `google.cloud.discoveryengine.v1main.DataConnectorService.SetUpDataConnector`
The error payload that is populated on LRO sync APIs, including the following:
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @connector_run = args[:connector_run] if args.key?(:connector_run) @data_connector = args[:data_connector] if args.key?(:data_connector) @end_time = args[:end_time] if args.key?(:end_time) @entity = args[:entity] if args.key?(:entity) @operation = args[:operation] if args.key?(:operation) @start_time = args[:start_time] if args.key?(:start_time) @sync_type = args[:sync_type] if args.key?(:sync_type) end