Cloud Translation V3 Client - Class ListAdaptiveMtFilesResponse (1.17.5)

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

The response for listing all AdaptiveMt files under a given dataset.

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

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ adaptive_mt_files array<Google\Cloud\Translate\V3\AdaptiveMtFile>

Output only. The Adaptive MT files.

↳ next_page_token string

Optional. A token to retrieve a page of results. Pass this value in the ListAdaptiveMtFilesRequest.page_token field in the subsequent call to ListAdaptiveMtFiles method to retrieve the next page of results.

getAdaptiveMtFiles

Output only. The Adaptive MT files.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAdaptiveMtFiles

Output only. The Adaptive MT files.

Parameter
Name Description
var array<Google\Cloud\Translate\V3\AdaptiveMtFile>
Returns
Type Description
$this

getNextPageToken

Optional. A token to retrieve a page of results. Pass this value in the ListAdaptiveMtFilesRequest.page_token field in the subsequent call to ListAdaptiveMtFiles method to retrieve the next page of results.

Returns
Type Description
string

setNextPageToken

Optional. A token to retrieve a page of results. Pass this value in the ListAdaptiveMtFilesRequest.page_token field in the subsequent call to ListAdaptiveMtFiles method to retrieve the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this