A request to list the clusters in a project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::String) — Optional. A filter constraining the clusters to list. Filters are
case-sensitive and have the following syntax:
field = value [AND [field = value]] ...
where field is one of
status.state
,clusterName
, orlabels.[KEY]
, and[KEY]
is a label key. value can be*
to match all values.status.state
can be one of the following:ACTIVE
,INACTIVE
,CREATING
,RUNNING
,ERROR
,DELETING
, orUPDATING
.ACTIVE
contains theCREATING
,UPDATING
, andRUNNING
states.INACTIVE
contains theDELETING
andERROR
states.clusterName
is the name of the cluster provided at creation time. Only the logicalAND
operator is supported; space-separated items are treated as having an implicitAND
operator.Example filter:
status.state = ACTIVE AND clusterName = mycluster AND labels.env = staging AND labels.starred = *
#filter=
def filter=(value) -> ::String
-
value (::String) — Optional. A filter constraining the clusters to list. Filters are
case-sensitive and have the following syntax:
field = value [AND [field = value]] ...
where field is one of
status.state
,clusterName
, orlabels.[KEY]
, and[KEY]
is a label key. value can be*
to match all values.status.state
can be one of the following:ACTIVE
,INACTIVE
,CREATING
,RUNNING
,ERROR
,DELETING
, orUPDATING
.ACTIVE
contains theCREATING
,UPDATING
, andRUNNING
states.INACTIVE
contains theDELETING
andERROR
states.clusterName
is the name of the cluster provided at creation time. Only the logicalAND
operator is supported; space-separated items are treated as having an implicitAND
operator.Example filter:
status.state = ACTIVE AND clusterName = mycluster AND labels.env = staging AND labels.starred = *
-
(::String) — Optional. A filter constraining the clusters to list. Filters are
case-sensitive and have the following syntax:
field = value [AND [field = value]] ...
where field is one of
status.state
,clusterName
, orlabels.[KEY]
, and[KEY]
is a label key. value can be*
to match all values.status.state
can be one of the following:ACTIVE
,INACTIVE
,CREATING
,RUNNING
,ERROR
,DELETING
, orUPDATING
.ACTIVE
contains theCREATING
,UPDATING
, andRUNNING
states.INACTIVE
contains theDELETING
andERROR
states.clusterName
is the name of the cluster provided at creation time. Only the logicalAND
operator is supported; space-separated items are treated as having an implicitAND
operator.Example filter:
status.state = ACTIVE AND clusterName = mycluster AND labels.env = staging AND labels.starred = *
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. The standard List page size.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. The standard List page size.
- (::Integer) — Optional. The standard List page size.
#page_token
def page_token() -> ::String
- (::String) — Optional. The standard List page token.
#page_token=
def page_token=(value) -> ::String
- value (::String) — Optional. The standard List page token.
- (::String) — Optional. The standard List page token.
#project_id
def project_id() -> ::String
- (::String) — Required. The ID of the Google Cloud Platform project that the cluster belongs to.
#project_id=
def project_id=(value) -> ::String
- value (::String) — Required. The ID of the Google Cloud Platform project that the cluster belongs to.
- (::String) — Required. The ID of the Google Cloud Platform project that the cluster belongs to.
#region
def region() -> ::String
- (::String) — Required. The Dataproc region in which to handle the request.
#region=
def region=(value) -> ::String
- value (::String) — Required. The Dataproc region in which to handle the request.
- (::String) — Required. The Dataproc region in which to handle the request.