Cloud Translation V3 Client - Class CreateGlossaryEntryRequest (1.18.0)

Reference documentation and code samples for the Cloud Translation V3 Client class CreateGlossaryEntryRequest.

Request message for CreateGlossaryEntry

Generated from protobuf message google.cloud.translation.v3.CreateGlossaryEntryRequest

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ glossary_entry Google\Cloud\Translate\V3\GlossaryEntry

Required. The glossary entry to create

getParent

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

Returns
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

getGlossaryEntry

Required. The glossary entry to create

Returns
Type Description
Google\Cloud\Translate\V3\GlossaryEntry|null

hasGlossaryEntry

clearGlossaryEntry

setGlossaryEntry

Required. The glossary entry to create

Parameter
Name Description
var Google\Cloud\Translate\V3\GlossaryEntry
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The resource name of the glossary to create the entry under. Please see Google\Cloud\Translate\V3\TranslationServiceClient::glossaryName() for help formatting this field.

glossaryEntry Google\Cloud\Translate\V3\GlossaryEntry

Required. The glossary entry to create

Returns
Type Description
Google\Cloud\Translate\V3\CreateGlossaryEntryRequest