public sealed class ImportDataMetadata : IMessage<ImportDataMetadata>, IEquatable<ImportDataMetadata>, IDeepCloneable<ImportDataMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class ImportDataMetadata.
Metadata of import data operation.
Implements
IMessageImportDataMetadata, IEquatableImportDataMetadata, IDeepCloneableImportDataMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
ImportDataMetadata()
public ImportDataMetadata()
ImportDataMetadata(ImportDataMetadata)
public ImportDataMetadata(ImportDataMetadata other)
Parameter | |
---|---|
Name | Description |
other |
ImportDataMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
The creation time of the operation.
Property Value | |
---|---|
Type | Description |
Timestamp |
Error
public Status Error { get; set; }
Only populated when operation doesn't succeed.
Property Value | |
---|---|
Type | Description |
Status |
State
public OperationState State { get; set; }
The current state of the operation.
Property Value | |
---|---|
Type | Description |
OperationState |
UpdateTime
public Timestamp UpdateTime { get; set; }
The last update time of the operation.
Property Value | |
---|---|
Type | Description |
Timestamp |