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.
Implements
IMessageDeleteGlossaryMetadata, IEquatableDeleteGlossaryMetadata, IDeepCloneableDeleteGlossaryMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
DeleteGlossaryMetadata()
public DeleteGlossaryMetadata()
DeleteGlossaryMetadata(DeleteGlossaryMetadata)
public DeleteGlossaryMetadata(DeleteGlossaryMetadata other)
Parameter | |
---|---|
Name | Description |
other |
DeleteGlossaryMetadata |
Properties
Name
public string Name { get; set; }
The name of the glossary that is being deleted.
Property Value | |
---|---|
Type | Description |
string |
State
public DeleteGlossaryMetadata.Types.State State { get; set; }
The current state of the glossary deletion operation.
Property Value | |
---|---|
Type | Description |
DeleteGlossaryMetadataTypesState |
SubmitTime
public Timestamp SubmitTime { get; set; }
The time when the operation was submitted to the server.
Property Value | |
---|---|
Type | Description |
Timestamp |