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 \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dataset |
string
Required. Name of the dataset. In form of |
↳ 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
|
outputConfig |
Google\Cloud\Translate\V3\DatasetOutputConfig
Required. The config for the output content. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Translate\V3\ExportDataRequest |