Class: Google::Cloud::ManagedKafka::V1::ListConnectorsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::V1::ListConnectorsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb
Overview
Response for ListConnectors.
Instance Attribute Summary collapse
-
#connectors ⇒ ::Array<::Google::Cloud::ManagedKafka::V1::Connector>
The list of connectors in the requested parent.
-
#next_page_token ⇒ ::String
A token that can be sent as
page_tokento retrieve the next page of results.
Instance Attribute Details
#connectors ⇒ ::Array<::Google::Cloud::ManagedKafka::V1::Connector>
Returns The list of connectors in the requested parent.
269 270 271 272 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb', line 269 class ListConnectorsResponse 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.
269 270 271 272 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb', line 269 class ListConnectorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |