public sealed class ImportMetadata : IMessage<ImportMetadata>, IEquatable<ImportMetadata>, IDeepCloneable<ImportMetadata>, IBufferMessage, IMessageMetadata related to the progress of the Import operation. This will be returned by the google.longrunning.Operation.metadata field.
Inheritance
System.Object > ImportMetadataImplements
Google.Protobuf.IMessage<ImportMetadata>, System.IEquatable<ImportMetadata>, Google.Protobuf.IDeepCloneable<ImportMetadata>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ImportMetadata()
public ImportMetadata()ImportMetadata(ImportMetadata)
public ImportMetadata(ImportMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Operation create time.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
FailureCount
public long FailureCount { get; set; }Count of entries that encountered errors while processing.
| Property Value | |
|---|---|
| Type | Description |
System.Int64 |
|
SuccessCount
public long SuccessCount { get; set; }Count of entries that were processed successfully.
| Property Value | |
|---|---|
| Type | Description |
System.Int64 |
|
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 |
Google.Protobuf.WellKnownTypes.Timestamp |
|