Cloud Translation V3 Client - Class GetGlossaryRequest (1.17.5)

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

Request message for GetGlossary.

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

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the glossary to retrieve.

getName

Required. The name of the glossary to retrieve.

Returns
TypeDescription
string

setName

Required. The name of the glossary to retrieve.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

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

Returns
TypeDescription
Google\Cloud\Translate\V3\GetGlossaryRequest