public sealed class DeleteGlossaryResponse : IMessage<DeleteGlossaryResponse>, IEquatable<DeleteGlossaryResponse>, IDeepCloneable<DeleteGlossaryResponse>, IBufferMessage, IMessage
Stored in the [google.longrunning.Operation.response][google.longrunning.Operation.response] field returned by DeleteGlossary.
Implements
IMessage<DeleteGlossaryResponse>, IEquatable<DeleteGlossaryResponse>, IDeepCloneable<DeleteGlossaryResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
DeleteGlossaryResponse()
public DeleteGlossaryResponse()
DeleteGlossaryResponse(DeleteGlossaryResponse)
public DeleteGlossaryResponse(DeleteGlossaryResponse other)
Parameter | |
---|---|
Name | Description |
other | DeleteGlossaryResponse |
Properties
EndTime
public Timestamp EndTime { get; set; }
The time when the glossary deletion is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true.
Property Value | |
---|---|
Type | Description |
Timestamp |
Name
public string Name { get; set; }
The name of the deleted glossary.
Property Value | |
---|---|
Type | Description |
String |
SubmitTime
public Timestamp SubmitTime { get; set; }
The time when the operation was submitted to the server.
Property Value | |
---|---|
Type | Description |
Timestamp |