GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConnectorRun (google_api_discovery_engine v0.28.0)
View SourceA data sync run of DataConnector. After DataConnector is successfully initialized, data syncs are scheduled at DataConnector.refresh_interval. A ConnectorRun represents a data sync either in the past or onging that the moment. //
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - Output only. The time when the connector run ended. -
entityRuns
(type:list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.t)
, default:nil
) - Output only. The details of the entities synced at the ConnectorRun. Each ConnectorRun consists of syncing one or more entities. -
errors
(type:list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t)
, default:nil
) - Contains info about errors incurred during the sync. Only exist if running into an error state. Contains error code and error message. Use with thestate
field. -
latestPauseTime
(type:DateTime.t
, default:nil
) - Output only. The time when the connector run was most recently paused. -
name
(type:String.t
, default:nil
) - Output only. The full resource name of the Connector Run. Format:projects/*/locations/*/collections/*/dataConnector/connectorRuns/*
. Theconnector_run_id
is system-generated. -
startTime
(type:DateTime.t
, default:nil
) - Output only. The time when the connector run started. -
state
(type:String.t
, default:nil
) - Output only. The state of the sync run. -
stateUpdateTime
(type:DateTime.t
, default:nil
) - Timestamp at which the connector run sync state was last updated. -
trigger
(type:String.t
, default:nil
) - Output only. The trigger for this ConnectorRun.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConnectorRun{ endTime: DateTime.t() | nil, entityRuns: [ GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.t() ] | nil, errors: [GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t()] | nil, latestPauseTime: DateTime.t() | nil, name: String.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil, stateUpdateTime: DateTime.t() | nil, trigger: String.t() | nil }