Class ListClustersResponse (3.3.1)

ListClustersResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The list of all clusters in a project.

Attributes

NameDescription
clusters Sequence[google.cloud.dataproc_v1.types.Cluster]
Output only. The clusters in the project.
next_page_token str
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``.

Inheritance

builtins.object > proto.message.Message > ListClustersResponse