public sealed class UpdateGlossaryRequest : IMessage<UpdateGlossaryRequest>, IEquatable<UpdateGlossaryRequest>, IDeepCloneable<UpdateGlossaryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class UpdateGlossaryRequest.
Request message for the update glossary flow
Implements
IMessageUpdateGlossaryRequest, IEquatableUpdateGlossaryRequest, IDeepCloneableUpdateGlossaryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
UpdateGlossaryRequest()
public UpdateGlossaryRequest()
UpdateGlossaryRequest(UpdateGlossaryRequest)
public UpdateGlossaryRequest(UpdateGlossaryRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateGlossaryRequest |
Properties
Glossary
public Glossary Glossary { get; set; }
Required. The glossary entry to update.
Property Value | |
---|---|
Type | Description |
Glossary |
UpdateMask
public FieldMask UpdateMask { get; set; }
The list of fields to be updated. Currently only display_name
and
'input_config'
Property Value | |
---|---|
Type | Description |
FieldMask |