Google Cloud Dataproc V1 Client - Class ListClustersResponse (3.12.0)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ListClustersResponse.

The list of all clusters in a project.

Generated from protobuf message google.cloud.dataproc.v1.ListClustersResponse

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ clusters array<Google\Cloud\Dataproc\V1\Cluster>

Output only. The clusters in the project.

↳ next_page_token string

Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListClustersRequest.

getClusters

Output only. The clusters in the project.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setClusters

Output only. The clusters in the project.

Parameter
NameDescription
var array<Google\Cloud\Dataproc\V1\Cluster>
Returns
TypeDescription
$this

getNextPageToken

Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListClustersRequest.

Returns
TypeDescription
string

setNextPageToken

Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListClustersRequest.

Parameter
NameDescription
var string
Returns
TypeDescription
$this