Class: Google::Cloud::EdgeContainer::V1::ListNodePoolsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::ListNodePoolsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/service.rb
Overview
Lists node pools in a cluster.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Only resources matching this filter will be listed.
-
#order_by ⇒ ::String
Specifies the order in which resources will be listed.
-
#page_size ⇒ ::Integer
The maximum number of resources to list.
-
#page_token ⇒ ::String
A page token received from previous list request.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Only resources matching this filter will be listed.
254 255 256 257 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 254 class ListNodePoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Specifies the order in which resources will be listed.
254 255 256 257 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 254 class ListNodePoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of resources to list.
254 255 256 257 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 254 class ListNodePoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token received from previous list request.
254 255 256 257 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 254 class ListNodePoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent cluster, which owns this collection of node pools.
254 255 256 257 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 254 class ListNodePoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |