Class: Google::Cloud::EdgeContainer::V1::ListClustersRequest

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 clusters in a location.

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.



75
76
77
78
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 75

class ListClustersRequest
  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.



75
76
77
78
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 75

class ListClustersRequest
  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.



75
76
77
78
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 75

class ListClustersRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns A page token received from previous list request. A page token received from previous list request.

Returns:

  • (::String)

    A page token received from previous list request. A page token received from previous list request.



75
76
77
78
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 75

class ListClustersRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent location, which owns this collection of clusters.

Returns:

  • (::String)

    Required. The parent location, which owns this collection of clusters.



75
76
77
78
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 75

class ListClustersRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end