public sealed class ExportMetadata : IMessage<ExportMetadata>, IEquatable<ExportMetadata>, IDeepCloneable<ExportMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ExportMetadata.
Metadata related to the progress of the Export operation. This is returned by the google.longrunning.Operation.metadata field.
Implements
IMessageExportMetadata, IEquatableExportMetadata, IDeepCloneableExportMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ExportMetadata()
public ExportMetadata()
ExportMetadata(ExportMetadata)
public ExportMetadata(ExportMetadata other)
Parameter | |
---|---|
Name | Description |
other | ExportMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Operation create time.
Property Value | |
---|---|
Type | Description |
Timestamp |
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 |