Google Cloud Translation v3 API - Class UpdateGlossaryRequest (3.8.0)

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

Inheritance

object > UpdateGlossaryRequest

Namespace

Google.Cloud.Translate.V3

Assembly

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