Class: Google::Cloud::ManagedKafka::V1::ListConnectClustersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::V1::ListConnectClustersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb
Overview
Response for ListConnectClusters.
Instance Attribute Summary collapse
-
#connect_clusters ⇒ ::Array<::Google::Cloud::ManagedKafka::V1::ConnectCluster>
The list of Connect clusters in the requested parent.
-
#next_page_token ⇒ ::String
A token that can be sent as
page_tokento retrieve the next page of results. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#connect_clusters ⇒ ::Array<::Google::Cloud::ManagedKafka::V1::ConnectCluster>
Returns The list of Connect clusters in the requested parent.
173 174 175 176 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb', line 173 class ListConnectClustersResponse 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.
173 174 175 176 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb', line 173 class ListConnectClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
173 174 175 176 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb', line 173 class ListConnectClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |