Cloud Translation V3 Client - Class ImportAdaptiveMtFileRequest (1.17.5)

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
NameDescription
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
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFileInputSource

Inline file source.

Returns
TypeDescription
Google\Cloud\Translate\V3\FileInputSource|null

hasFileInputSource

setFileInputSource

Inline file source.

Parameter
NameDescription
var Google\Cloud\Translate\V3\FileInputSource
Returns
TypeDescription
$this

getGcsInputSource

Google Cloud Storage file source.

Returns
TypeDescription
Google\Cloud\Translate\V3\GcsInputSource|null

hasGcsInputSource

setGcsInputSource

Google Cloud Storage file source.

Parameter
NameDescription
var Google\Cloud\Translate\V3\GcsInputSource
Returns
TypeDescription
$this

getSource

Returns
TypeDescription
string

static::build

Parameter
NameDescription
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
TypeDescription
Google\Cloud\Translate\V3\ImportAdaptiveMtFileRequest