Cloud Translation V3 Client - Class DeleteAdaptiveMtDatasetRequest (1.17.6)

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 \ V3

Methods

__construct

Constructor.

Parameters
Name Description
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}

Returns
Type Description
string

setName

Required. Name of the dataset. In the form of projects/{project-number-or-id}/locations/{location-id}/adaptiveMtDatasets/{adaptive-mt-dataset-id}

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
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.

Returns
Type Description
Google\Cloud\Translate\V3\DeleteAdaptiveMtDatasetRequest