Reference documentation and code samples for the Cloud Translation V3 Client class ListModelsResponse.
Response message for ListModels.
Generated from protobuf message google.cloud.translation.v3.ListModelsResponse
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ models |
array<Model>
The models read. |
↳ next_page_token |
string
A token to retrieve next page of results. Pass this token to the page_token field in the ListModelsRequest to obtain the corresponding page. |
getModels
The models read.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setModels
The models read.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Model>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to retrieve next page of results.
Pass this token to the page_token field in the ListModelsRequest to obtain the corresponding page.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token to retrieve next page of results.
Pass this token to the page_token field in the ListModelsRequest to obtain the corresponding page.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|