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
Implements
IMessageUpdateGlossaryEntryRequest, IEquatableUpdateGlossaryEntryRequest, IDeepCloneableUpdateGlossaryEntryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
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 |