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