Class DeleteGlossaryMetadata (2.4.0)

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

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

Inheritance

Object > DeleteGlossaryMetadata

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

DeleteGlossaryMetadata()

public DeleteGlossaryMetadata()

DeleteGlossaryMetadata(DeleteGlossaryMetadata)

public DeleteGlossaryMetadata(DeleteGlossaryMetadata other)
Parameter
NameDescription
otherDeleteGlossaryMetadata

Properties

Name

public string Name { get; set; }

The name of the glossary that is being deleted.

Property Value
TypeDescription
String

State

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

The current state of the glossary deletion operation.

Property Value
TypeDescription
DeleteGlossaryMetadata.Types.State

SubmitTime

public Timestamp SubmitTime { get; set; }

The time when the operation was submitted to the server.

Property Value
TypeDescription
Timestamp