Google Cloud Translation v3 API - Class DeleteGlossaryMetadata (3.6.0)

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

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

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
DeleteGlossaryMetadataTypesState

SubmitTime

public Timestamp SubmitTime { get; set; }

The time when the operation was submitted to the server.

Property Value
TypeDescription
Timestamp