Class ListClustersRequest (0.4.1)

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

Request message for ListClusters.

Attributes

Name Description
parent str
Required. Parent location of the clusters to list, in the format projects/{project}/locations/{location}.
page_size int
Optional. Maximum number of clusters to return. The service may return fewer than this value.
page_token str
Optional. A page token received from a previous ListClusters call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListClusters must match the call that provided the page token.
filter str
Optional. Filter __ to apply to the returned results.
order_by str
Optional. How to order the resulting clusters. Must be one of the following strings: - name - name desc - create_time - create_time desc If not specified, clusters will be returned in an arbitrary order.