Google Cloud Translation v3 API - Class UpdateGlossaryEntryRequest (3.9.0)

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

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

Request message for UpdateGlossaryEntry

Inheritance

object > UpdateGlossaryEntryRequest

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

UpdateGlossaryEntryRequest()

public UpdateGlossaryEntryRequest()

UpdateGlossaryEntryRequest(UpdateGlossaryEntryRequest)

public UpdateGlossaryEntryRequest(UpdateGlossaryEntryRequest other)
Parameter
Name Description
other UpdateGlossaryEntryRequest

Properties

GlossaryEntry

public GlossaryEntry GlossaryEntry { get; set; }

Required. The glossary entry to update.

Property Value
Type Description
GlossaryEntry