Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1 Client class ListClustersRequest.
Request message for ListClusters .
Generated from protobuf message google.cloud.hypercomputecluster.v1.ListClustersRequest
Namespace
Google \ Cloud \ HypercomputeCluster \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
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
string
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
↳ order_by
string
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.
getParent
Required. Parent location of the clusters to list, in the format projects/{project}/locations/{location}
.
string
setParent
Required. Parent location of the clusters to list, in the format projects/{project}/locations/{location}
.
var
string
$this
getPageSize
Optional. Maximum number of clusters to return. The service may return fewer than this value.
int
setPageSize
Optional. Maximum number of clusters to return. The service may return fewer than this value.
var
int
$this
getPageToken
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.
string
setPageToken
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.
var
string
$this
getFilter
Optional. Filter to apply to the returned results.
string
setFilter
Optional. Filter to apply to the returned results.
var
string
$this
getOrderBy
Optional. How to order the resulting clusters. Must be one of the following strings:
-
name -
name desc -
create_time -
create_time descIf not specified, clusters will be returned in an arbitrary order.
string
setOrderBy
Optional. How to order the resulting clusters. Must be one of the following strings:
-
name -
name desc -
create_time -
create_time descIf not specified, clusters will be returned in an arbitrary order.
var
string
$this
static::build
parent
string
Required. Parent location of the clusters to list, in the format projects/{project}/locations/{location}
. Please see HypercomputeClusterClient::locationName()
for help formatting this field.

