Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadata

The metadata of a Document.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadata
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.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadata : IDirectResponseSchema

Properties

DataIngestionSource

The data ingestion source of the Document. Allowed values are: * batch: Data ingested via Batch API, e.g., ImportDocuments. * streaming Data ingested via Streaming API, e.g., FHIR streaming.

Declaration
[JsonProperty("dataIngestionSource")]
public virtual string DataIngestionSource { 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

LastRefreshedTime

object representation of LastRefreshedTimeRaw.

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

LastRefreshedTimeDateTimeOffset

DateTimeOffset representation of LastRefreshedTimeRaw.

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

LastRefreshedTimeRaw

The timestamp of the last time the Document was last indexed.

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

MatcherValue

The value of the matcher that was used to match the Document.

Declaration
[JsonProperty("matcherValue")]
public virtual GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue MatcherValue { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue

State

The state of the document.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX