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

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

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

Metadata related to the progress of the PurgeDocuments operation. This will be returned by the google.longrunning.Operation.metadata field.

Inheritance

object > PurgeDocumentsMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

PurgeDocumentsMetadata()

public PurgeDocumentsMetadata()

PurgeDocumentsMetadata(PurgeDocumentsMetadata)

public PurgeDocumentsMetadata(PurgeDocumentsMetadata other)
Parameter
NameDescription
otherPurgeDocumentsMetadata

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

IgnoredCount

public long IgnoredCount { get; set; }

Count of entries that were ignored as entries were not found.

Property Value
TypeDescription
long

SuccessCount

public long SuccessCount { get; set; }

Count of entries that were deleted successfully.

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