public sealed class PurgeProductsMetadata : IMessage<PurgeProductsMetadata>, IEquatable<PurgeProductsMetadata>, IDeepCloneable<PurgeProductsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class PurgeProductsMetadata.
Metadata related to the progress of the PurgeProducts operation. This will be returned by the google.longrunning.Operation.metadata field.
Implements
IMessagePurgeProductsMetadata, IEquatablePurgeProductsMetadata, IDeepCloneablePurgeProductsMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
PurgeProductsMetadata()
public PurgeProductsMetadata()
PurgeProductsMetadata(PurgeProductsMetadata)
public PurgeProductsMetadata(PurgeProductsMetadata other)
Parameter | |
---|---|
Name | Description |
other |
PurgeProductsMetadata |
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 deleted successfully.
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 |