Retail v2 API - Class ExportMetadata (2.8.0)

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.

Inheritance

object > ExportMetadata

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

ExportMetadata()

public ExportMetadata()

ExportMetadata(ExportMetadata)

public ExportMetadata(ExportMetadata other)
Parameter
NameDescription
otherExportMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Operation create time.

Property Value
TypeDescription
Timestamp

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