Cloud Translation V3 Client - Class ExportDataRequest (1.18.1)

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

Request message for ExportData.

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

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}

↳ output_config Google\Cloud\Translate\V3\DatasetOutputConfig

Required. The config for the output 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

getOutputConfig

Required. The config for the output content.

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

hasOutputConfig

clearOutputConfig

setOutputConfig

Required. The config for the output content.

Parameter
Name Description
var Google\Cloud\Translate\V3\DatasetOutputConfig
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}

outputConfig Google\Cloud\Translate\V3\DatasetOutputConfig

Required. The config for the output content.

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