Class CreateGlossaryMetadata (3.0.0)

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

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
NameDescription
otherCreateGlossaryMetadata

Properties

Name

public string Name { get; set; }

The name of the glossary that is being created.

Property Value
TypeDescription
String

State

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

The current state of the glossary creation operation.

Property Value
TypeDescription
CreateGlossaryMetadata.Types.State

SubmitTime

public Timestamp SubmitTime { get; set; }

The time when the operation was submitted to the server.

Property Value
TypeDescription
Timestamp