Google Cloud Translation v3 API - Class CreateGlossaryMetadata (3.7.0)

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

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

Stored in the [google.longrunning.Operation.metadata][google.longrunning.Operation.metadata] field returned by CreateGlossary.

Inheritance

object > CreateGlossaryMetadata

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

CreateGlossaryMetadata()

public CreateGlossaryMetadata()

CreateGlossaryMetadata(CreateGlossaryMetadata)

public CreateGlossaryMetadata(CreateGlossaryMetadata other)
Parameter
Name Description
other CreateGlossaryMetadata

Properties

Name

public string Name { get; set; }

The name of the glossary that is being created.

Property Value
Type Description
string

State

public CreateGlossaryMetadata.Types.State State { get; set; }

The current state of the glossary creation operation.

Property Value
Type Description
CreateGlossaryMetadataTypesState

SubmitTime

public Timestamp SubmitTime { get; set; }

The time when the operation was submitted to the server.

Property Value
Type Description
Timestamp