Class: Google::Cloud::ManagedKafka::V1::ListClustersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::V1::ListClustersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb
Overview
Response for ListClusters.
Instance Attribute Summary collapse
-
#clusters ⇒ ::Array<::Google::Cloud::ManagedKafka::V1::Cluster>
The list of Clusters in the requested parent.
-
#next_page_token ⇒ ::String
A token that can be sent as
page_token
to retrieve the next page of results. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#clusters ⇒ ::Array<::Google::Cloud::ManagedKafka::V1::Cluster>
Returns The list of Clusters in the requested parent.
63 64 65 66 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 63 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
63 64 65 66 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 63 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
63 64 65 66 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 63 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |