Cloud Translation V3 Client - Class ImportDataRequest (1.18.1)

Reference documentation and code samples for the Cloud Translation V3 Client class ImportDataRequest.

Request message for ImportData.

Generated from protobuf message google.cloud.translation.v3.ImportDataRequest

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ dataset string

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

↳ input_config Google\Cloud\Translate\V3\DatasetInputConfig

Required. The config for the input content.

getDataset

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

Returns
Type Description
string

setDataset

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

Parameter
Name Description
var string
Returns
Type Description
$this

getInputConfig

Required. The config for the input content.

Returns
Type Description
Google\Cloud\Translate\V3\DatasetInputConfig|null

hasInputConfig

clearInputConfig

setInputConfig

Required. The config for the input content.

Parameter
Name Description
var Google\Cloud\Translate\V3\DatasetInputConfig
Returns
Type Description
$this

static::build

Parameters
Name Description
dataset string

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

inputConfig Google\Cloud\Translate\V3\DatasetInputConfig

Required. The config for the input content.

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