Class GoogleCloudDiscoveryengineLoggingConnectorRunErrorContext
The error payload that is populated on LRO sync APIs, including the following: *
google.cloud.discoveryengine.v1main.DataConnectorService.SetUpDataConnector
*
google.cloud.discoveryengine.v1main.DataConnectorService.StartConnectorRun
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineLoggingConnectorRunErrorContext : IDirectResponseSchema
Properties
ConnectorRun
The full resource name of the Connector Run. Format:
projects/*/locations/*/collections/*/dataConnector/connectorRuns/*
. The connector_run_id
is
system-generated.
Declaration
[JsonProperty("connectorRun")]
public virtual string ConnectorRun { get; set; }
Property Value
Type | Description |
---|---|
string |
DataConnector
The full resource name of the DataConnector. Format: projects/*/locations/*/collections/*/dataConnector
.
Declaration
[JsonProperty("dataConnector")]
public virtual string DataConnector { get; set; }
Property Value
Type | Description |
---|---|
string |
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
The time when the connector run ended.
Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Entity
The entity to sync for the connector run.
Declaration
[JsonProperty("entity")]
public virtual string Entity { get; set; }
Property Value
Type | Description |
---|---|
string |
Operation
The operation resource name of the LRO to sync the connector.
Declaration
[JsonProperty("operation")]
public virtual string Operation { 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
The time when the connector run started.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
SyncType
The type of sync run. Can be one of the following: * FULL
* INCREMENTAL
Declaration
[JsonProperty("syncType")]
public virtual string SyncType { get; set; }
Property Value
Type | Description |
---|---|
string |