Reference documentation and code samples for the Cloud Translation V3 Client class DeleteAdaptiveMtDatasetRequest.
Request message for deleting an AdaptiveMtDataset.
Generated from protobuf message google.cloud.translation.v3.DeleteAdaptiveMtDatasetRequest
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the dataset. In the form of projects/{project-number-or-id}/locations/{location-id}/adaptiveMtDatasets/{adaptive-mt-dataset-id}
getName
Required. Name of the dataset. In the form of projects/{project-number-or-id}/locations/{location-id}/adaptiveMtDatasets/{adaptive-mt-dataset-id}
string
setName
Required. Name of the dataset. In the form of projects/{project-number-or-id}/locations/{location-id}/adaptiveMtDatasets/{adaptive-mt-dataset-id}
var
string
$this
static::build
name
string
Required. Name of the dataset. In the form of projects/{project-number-or-id}/locations/{location-id}/adaptiveMtDatasets/{adaptive-mt-dataset-id}
Please see Google\Cloud\Translate\V3\TranslationServiceClient::adaptiveMtDatasetName()
for help formatting this field.