Cloud Translation V3 Client - Class ImportAdaptiveMtFileRequest (1.17.6)

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

The request for importing an AdaptiveMt file along with its sentences.

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

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the file, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}

↳ file_input_source Google\Cloud\Translate\V3\FileInputSource

Inline file source.

↳ gcs_input_source Google\Cloud\Translate\V3\GcsInputSource

Google Cloud Storage file source.

getParent

Required. The resource name of the file, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}

Returns
Type Description
string

setParent

Required. The resource name of the file, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}

Parameter
Name Description
var string
Returns
Type Description
$this

getFileInputSource

Inline file source.

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

hasFileInputSource

setFileInputSource

Inline file source.

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

getGcsInputSource

Google Cloud Storage file source.

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

hasGcsInputSource

setGcsInputSource

Google Cloud Storage file source.

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

getSource

Returns
Type Description
string

static::build

Parameter
Name Description
parent string

Required. The resource name of the file, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset} Please see Google\Cloud\Translate\V3\TranslationServiceClient::adaptiveMtDatasetName() for help formatting this field.

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