Google Cloud Translation v3 API - Class CreateGlossaryEntryRequest (3.8.0)

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

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

Request message for CreateGlossaryEntry

Inheritance

object > CreateGlossaryEntryRequest

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

CreateGlossaryEntryRequest()

public CreateGlossaryEntryRequest()

CreateGlossaryEntryRequest(CreateGlossaryEntryRequest)

public CreateGlossaryEntryRequest(CreateGlossaryEntryRequest other)
Parameter
Name Description
other CreateGlossaryEntryRequest

Properties

GlossaryEntry

public GlossaryEntry GlossaryEntry { get; set; }

Required. The glossary entry to create

Property Value
Type Description
GlossaryEntry

Parent

public string Parent { get; set; }

Required. The resource name of the glossary to create the entry under.

Property Value
Type Description
string

ParentAsGlossaryName

public GlossaryName ParentAsGlossaryName { get; set; }

GlossaryName-typed view over the Parent resource name property.

Property Value
Type Description
GlossaryName