public sealed class ImportUserEventsMetadata : IMessage<ImportUserEventsMetadata>, IEquatable<ImportUserEventsMetadata>, IDeepCloneable<ImportUserEventsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class ImportUserEventsMetadata.
Metadata related to the progress of the Import operation. This is returned by the google.longrunning.Operation.metadata field.
Implements
IMessageImportUserEventsMetadata, IEquatableImportUserEventsMetadata, IDeepCloneableImportUserEventsMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ImportUserEventsMetadata()
public ImportUserEventsMetadata()
ImportUserEventsMetadata(ImportUserEventsMetadata)
public ImportUserEventsMetadata(ImportUserEventsMetadata other)
Parameter | |
---|---|
Name | Description |
other |
ImportUserEventsMetadata |
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 |
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 |