Discovery Engine v1beta API - Class ImportDocumentsMetadata (1.0.0-beta12)

public sealed class ImportDocumentsMetadata : IMessage<ImportDocumentsMetadata>, IEquatable<ImportDocumentsMetadata>, IDeepCloneable<ImportDocumentsMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class ImportDocumentsMetadata.

Metadata related to the progress of the ImportDocuments operation. This is returned by the google.longrunning.Operation.metadata field.

Inheritance

object > ImportDocumentsMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ImportDocumentsMetadata()

public ImportDocumentsMetadata()

ImportDocumentsMetadata(ImportDocumentsMetadata)

public ImportDocumentsMetadata(ImportDocumentsMetadata other)
Parameter
NameDescription
otherImportDocumentsMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Operation create time.

Property Value
TypeDescription
Timestamp

FailureCount

public long FailureCount { get; set; }

Count of entries that encountered errors while processing.

Property Value
TypeDescription
long

SuccessCount

public long SuccessCount { get; set; }

Count of entries that were processed successfully.

Property Value
TypeDescription
long

TotalCount

public long TotalCount { get; set; }

Total count of entries that were processed.

Property Value
TypeDescription
long

UpdateTime

public Timestamp UpdateTime { get; set; }

Operation last update time. If the operation is done, this is also the finish time.

Property Value
TypeDescription
Timestamp