Class: Google::Cloud::EdgeContainer::V1::ListClustersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::ListClustersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/service.rb
Overview
List of clusters in a location.
Instance Attribute Summary collapse
-
#clusters ⇒ ::Array<::Google::Cloud::EdgeContainer::V1::Cluster>
Clusters in the location.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#clusters ⇒ ::Array<::Google::Cloud::EdgeContainer::V1::Cluster>
Returns Clusters in the location.
102 103 104 105 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 102 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results.
102 103 104 105 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 102 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
102 103 104 105 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 102 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |