Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun

Represents an entity that was synced in this ConnectorRun.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun : IDirectResponseSchema

Properties

DeletedRecordCount

The number of documents deleted.

Declaration
[JsonProperty("deletedRecordCount")]
public virtual long? DeletedRecordCount { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EntityName

The name of the source entity.

Declaration
[JsonProperty("entityName")]
public virtual string EntityName { get; set; }
Property Value
Type Description
string

ErrorRecordCount

The total number of documents failed at sync at any stage (extraction, indexing, etc).

Declaration
[JsonProperty("errorRecordCount")]
public virtual long? ErrorRecordCount { get; set; }
Property Value
Type Description
long?

Errors

The errors from the entity's sync run. Only exist if running into an error state. Contains error code and error message.

Declaration
[JsonProperty("errors")]
public virtual IList<GoogleRpcStatus> Errors { get; set; }
Property Value
Type Description
IList<GoogleRpcStatus>

ExtractedRecordCount

The number of documents extracted from connector source, ready to be ingested to VAIS.

Declaration
[JsonProperty("extractedRecordCount")]
public virtual long? ExtractedRecordCount { get; set; }
Property Value
Type Description
long?

IndexedRecordCount

The number of documents indexed.

Declaration
[JsonProperty("indexedRecordCount")]
public virtual long? IndexedRecordCount { get; set; }
Property Value
Type Description
long?

Progress

Metadata to generate the progress bar.

Declaration
[JsonProperty("progress")]
public virtual GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress Progress { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress

ScheduledRecordCount

The number of documents scheduled to be crawled/extracted from connector source. This only applies to third party connectors.

Declaration
[JsonProperty("scheduledRecordCount")]
public virtual long? ScheduledRecordCount { get; set; }
Property Value
Type Description
long?

SourceApiRequestCount

The number of requests sent to 3p API.

Declaration
[JsonProperty("sourceApiRequestCount")]
public virtual long? SourceApiRequestCount { get; set; }
Property Value
Type Description
long?

State

The state of the entity's 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 entity sync state was last updated.

Declaration
[JsonProperty("stateUpdateTime")]
public virtual string StateUpdateTimeRaw { get; set; }
Property Value
Type Description
string

StatsUpdateTime

object representation of StatsUpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StatsUpdateTimeDateTimeOffset instead.")]
public virtual object StatsUpdateTime { get; set; }
Property Value
Type Description
object

StatsUpdateTimeDateTimeOffset

DateTimeOffset representation of StatsUpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StatsUpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StatsUpdateTimeRaw

The timestamp for either extracted_documents_count, indexed_documents_count and error_documents_count was last updated.

Declaration
[JsonProperty("statsUpdateTime")]
public virtual string StatsUpdateTimeRaw { get; set; }
Property Value
Type Description
string

SyncType

Sync type of this run.

Declaration
[JsonProperty("syncType")]
public virtual string SyncType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX