Class: Google::Cloud::EdgeContainer::V1::ListNodePoolsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#filter::String

Returns Only resources matching this filter will be listed.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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