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.
Implements
IMessageImportDocumentsMetadata, IEquatableImportDocumentsMetadata, IDeepCloneableImportDocumentsMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ImportDocumentsMetadata()
public ImportDocumentsMetadata()
ImportDocumentsMetadata(ImportDocumentsMetadata)
public ImportDocumentsMetadata(ImportDocumentsMetadata other)
Parameter | |
---|---|
Name | Description |
other |
ImportDocumentsMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Operation create time.
Property Value | |
---|---|
Type | Description |
Timestamp |
FailureCount
public long FailureCount { get; set; }
Count of entries that encountered errors while processing.
Property Value | |
---|---|
Type | Description |
long |
SuccessCount
public long SuccessCount { get; set; }
Count of entries that were processed successfully.
Property Value | |
---|---|
Type | Description |
long |
TotalCount
public long TotalCount { get; set; }
Total count of entries that were processed.
Property Value | |
---|---|
Type | Description |
long |
UpdateTime
public Timestamp UpdateTime { get; set; }
Operation last update time. If the operation is done, this is also the finish time.
Property Value | |
---|---|
Type | Description |
Timestamp |