Reference documentation and code samples for the Cloud Translation V3 Client class DeleteGlossaryEntryRequest.
Request message for Delete Glossary Entry
Generated from protobuf message google.cloud.translation.v3.DeleteGlossaryEntryRequest
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 delete |
getName
Required. The resource name of the glossary entry to delete
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name of the glossary entry to delete
| 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 delete Please see TranslationServiceClient::glossaryEntryName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
DeleteGlossaryEntryRequest |
|