Google Cloud Translation v3 API - Class ExportDataMetadata (3.8.0)

public sealed class ExportDataMetadata : IMessage<ExportDataMetadata>, IEquatable<ExportDataMetadata>, IDeepCloneable<ExportDataMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Translation v3 API class ExportDataMetadata.

Metadata of export data operation.

Inheritance

object > ExportDataMetadata

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

ExportDataMetadata()

public ExportDataMetadata()

ExportDataMetadata(ExportDataMetadata)

public ExportDataMetadata(ExportDataMetadata other)
Parameter
Name Description
other ExportDataMetadata

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.