Class GoogleCloudDiscoveryengineV1alphaConnectorRun
A 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. //
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaConnectorRun : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndTime
object representation of EndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EndTimeDateTimeOffset
DateTimeOffset representation of EndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EndTimeRaw
Output only. The time when the connector run ended.
Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityRuns
Output only. The details of the entities synced at the ConnectorRun. Each ConnectorRun consists of syncing one or more entities.
Declaration
[JsonProperty("entityRuns")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun> EntityRuns { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun> |
Errors
Contains info about errors incurred during the sync. Only exist if running into an error state. Contains
error code and error message. Use with the state
field.
Declaration
[JsonProperty("errors")]
public virtual IList<GoogleRpcStatus> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleRpcStatus> |
LatestPauseTime
object representation of LatestPauseTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LatestPauseTimeDateTimeOffset instead.")]
public virtual object LatestPauseTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LatestPauseTimeDateTimeOffset
DateTimeOffset representation of LatestPauseTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LatestPauseTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LatestPauseTimeRaw
Output only. The time when the connector run was most recently paused.
Declaration
[JsonProperty("latestPauseTime")]
public virtual string LatestPauseTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The full resource name of the Connector Run. Format:
projects/*/locations/*/collections/*/dataConnector/connectorRuns/*
. The connector_run_id
is
system-generated.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StartTimeRaw
Output only. The time when the connector run started.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The state of the sync run.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
StateUpdateTime
object representation of StateUpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StateUpdateTimeDateTimeOffset instead.")]
public virtual object StateUpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StateUpdateTimeDateTimeOffset
DateTimeOffset representation of StateUpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StateUpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StateUpdateTimeRaw
Timestamp at which the connector run sync state was last updated.
Declaration
[JsonProperty("stateUpdateTime")]
public virtual string StateUpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Trigger
Output only. The trigger for this ConnectorRun.
Declaration
[JsonProperty("trigger")]
public virtual string Trigger { get; set; }
Property Value
Type | Description |
---|---|
string |