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 \ V3Methods
__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 |
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 |
GlossaryEntry|null |
|
hasGlossaryEntry
clearGlossaryEntry
setGlossaryEntry
Required. The glossary entry to create
| Parameter | |
|---|---|
| Name | Description |
var |
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 TranslationServiceClient::glossaryName() for help formatting this field. |
glossaryEntry |
GlossaryEntry
Required. The glossary entry to create |
| Returns | |
|---|---|
| Type | Description |
CreateGlossaryEntryRequest |
|