Class DeleteGlossaryResponse (2.3.0)

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.

Inheritance

Object > DeleteGlossaryResponse

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

DeleteGlossaryResponse()

public DeleteGlossaryResponse()

DeleteGlossaryResponse(DeleteGlossaryResponse)

public DeleteGlossaryResponse(DeleteGlossaryResponse other)
Parameter
NameDescription
otherDeleteGlossaryResponse

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
TypeDescription
Timestamp

Name

public string Name { get; set; }

The name of the deleted glossary.

Property Value
TypeDescription
String

SubmitTime

public Timestamp SubmitTime { get; set; }

The time when the operation was submitted to the server.

Property Value
TypeDescription
Timestamp