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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAdaptiveMtFiles

Output only. The Adaptive MT files.

Parameter
NameDescription
var array<Google\Cloud\Translate\V3\AdaptiveMtFile>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this