Reference documentation and code samples for the Cloud Translation V3 Client class GetGlossaryEntryRequest.
Request message for the Get Glossary Entry Api
Generated from protobuf message google.cloud.translation.v3.GetGlossaryEntryRequest
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the glossary entry to get |
getName
Required. The resource name of the glossary entry to get
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name of the glossary entry to get
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The resource name of the glossary entry to get Please see TranslationServiceClient::glossaryEntryName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetGlossaryEntryRequest |
|