Class: Google::Cloud::PubSub::V1::ListTopicsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ListTopicsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Response for the ListTopics
method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Optional.
-
#topics ⇒ ::Array<::Google::Cloud::PubSub::V1::Topic>
Optional.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Optional. If not empty, indicates that there may be more topics that match
the request; this value should be passed in a new ListTopicsRequest
.
533 534 535 536 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 533 class ListTopicsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#topics ⇒ ::Array<::Google::Cloud::PubSub::V1::Topic>
Returns Optional. The resulting topics.
533 534 535 536 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 533 class ListTopicsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |