Reference documentation and code samples for the Cloud Translation V3 Client class DeleteAdaptiveMtFileRequest.
The request for deleting an AdaptiveMt file.
Generated from protobuf message google.cloud.translation.v3.DeleteAdaptiveMtFileRequest
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 file to delete, in form of |
getName
Required. The resource name of the file to delete, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
Returns | |
---|---|
Type | Description |
string |
setName
Required. The resource name of the file to delete, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The resource name of the file to delete, in form of
|
Returns | |
---|---|
Type | Description |
Google\Cloud\Translate\V3\DeleteAdaptiveMtFileRequest |