Cloud Translation V3 Client - Class ListDatasetsResponse (1.18.0)

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

Response message for ListDatasets.

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

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ datasets array<Google\Cloud\Translate\V3\Dataset>

The datasets read.

↳ next_page_token string

A token to retrieve next page of results. Pass this token to the page_token field in the ListDatasetsRequest to obtain the corresponding page.

getDatasets

The datasets read.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDatasets

The datasets read.

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

getNextPageToken

A token to retrieve next page of results.

Pass this token to the page_token field in the ListDatasetsRequest 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 ListDatasetsRequest to obtain the corresponding page.

Parameter
Name Description
var string
Returns
Type Description
$this