Class GoogleCloudDiscoveryengineV1betaDocumentIndexStatus
Index status of the document.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaDocumentIndexStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorSamples
A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors.
Declaration
[JsonProperty("errorSamples")]
public virtual IList<GoogleRpcStatus> ErrorSamples { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleRpcStatus> |
IndexTime
object representation of IndexTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use IndexTimeDateTimeOffset instead.")]
public virtual object IndexTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
IndexTimeDateTimeOffset
DateTimeOffset representation of IndexTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? IndexTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
IndexTimeRaw
The time when the document was indexed. If this field is populated, it means the document has been indexed. While documents typically become searchable within seconds of indexing, it can sometimes take up to a few hours.
Declaration
[JsonProperty("indexTime")]
public virtual string IndexTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PendingMessage
Immutable. The message indicates the document index is in progress. If this field is populated, the document index is pending.
Declaration
[JsonProperty("pendingMessage")]
public virtual string PendingMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |