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 \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setParent
Required. The project name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGlossary
Required. The glossary to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\Translate\V3\Glossary|null |
hasGlossary
clearGlossary
setGlossary
Required. The glossary to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Translate\V3\Glossary
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\Translate\V3\CreateGlossaryRequest |