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 \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ adaptive_mt_files |
array<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 |
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<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 |
|