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 |
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 |
Glossary|null |
|
hasGlossary
clearGlossary
setGlossary
Required. The glossary to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Glossary
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The project name. Please see TranslationServiceClient::locationName() for help formatting this field. |
glossary |
Glossary
Required. The glossary to create. |
| Returns | |
|---|---|
| Type | Description |
CreateGlossaryRequest |
|