Reference documentation and code samples for the Cluster Director V1BETA API class Google::Cloud::HypercomputeCluster::V1beta::ListClustersRequest.
Request message for ListClusters.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. Filter to apply to the returned results.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. Filter to apply to the returned results.
Returns
- (::String) — Optional. Filter to apply to the returned results.
#order_by
def order_by() -> ::String
Returns
-
(::String) — Optional. How to order the resulting clusters. Must be one of the following
strings:
namename desccreate_timecreate_time desc
If not specified, clusters will be returned in an arbitrary order.
#order_by=
def order_by=(value) -> ::String
Parameter
-
value (::String) — Optional. How to order the resulting clusters. Must be one of the following
strings:
namename desccreate_timecreate_time desc
If not specified, clusters will be returned in an arbitrary order.
Returns
-
(::String) — Optional. How to order the resulting clusters. Must be one of the following
strings:
namename desccreate_timecreate_time desc
If not specified, clusters will be returned in an arbitrary order.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. Maximum number of clusters to return. The service may return fewer than this value.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Maximum number of clusters to return. The service may return fewer than this value.
Returns
- (::Integer) — Optional. Maximum number of clusters to return. The service may return fewer than this value.
#page_token
def page_token() -> ::String
Returns
-
(::String) — Optional. A page token received from a previous
ListClusterscall. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListClustersmust match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. A page token received from a previous
ListClusterscall. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListClustersmust match the call that provided the page token.
Returns
-
(::String) — Optional. A page token received from a previous
ListClusterscall. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListClustersmust match the call that provided the page token.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent location of the clusters to list, in the format
projects/{project}/locations/{location}.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Parent location of the clusters to list, in the format
projects/{project}/locations/{location}.
Returns
-
(::String) — Required. Parent location of the clusters to list, in the format
projects/{project}/locations/{location}.