Cloud Translation V3 Client - Class CreateGlossaryRequest (1.17.5)

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

Request message for CreateGlossary.

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

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The project name.

↳ glossary Google\Cloud\Translate\V3\Glossary

Required. The glossary to create.

getParent

Required. The project name.

Returns
TypeDescription
string

setParent

Required. The project name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getGlossary

Required. The glossary to create.

Returns
TypeDescription
Google\Cloud\Translate\V3\Glossary|null

hasGlossary

clearGlossary

setGlossary

Required. The glossary to create.

Parameter
NameDescription
var Google\Cloud\Translate\V3\Glossary
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The project name. Please see Google\Cloud\Translate\V3\TranslationServiceClient::locationName() for help formatting this field.

glossary Google\Cloud\Translate\V3\Glossary

Required. The glossary to create.

Returns
TypeDescription
Google\Cloud\Translate\V3\CreateGlossaryRequest