public sealed class DeleteGlossaryMetadata : IMessage<DeleteGlossaryMetadata>, IEquatable<DeleteGlossaryMetadata>, IDeepCloneable<DeleteGlossaryMetadata>, IBufferMessage, IMessageStored in the [google.longrunning.Operation.metadata][google.longrunning.Operation.metadata] field returned by DeleteGlossary.
Implements
IMessage<DeleteGlossaryMetadata>, IEquatable<DeleteGlossaryMetadata>, IDeepCloneable<DeleteGlossaryMetadata>, 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 |
DeleteGlossaryMetadata.Types.State |
|
SubmitTime
public Timestamp SubmitTime { get; set; }The time when the operation was submitted to the server.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|