Class: Google::Cloud::PubSub::V1::ListTopicsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ListTopicsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Request for the ListTopics method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum number of topics to return.
-
#page_token ⇒ ::String
The value returned by the last
ListTopicsResponse; indicates that this is a continuation of a priorListTopicscall, and that the system should return the next page of data. -
#project ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
230 231 232 233 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 230 class ListTopicsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
230 231 232 233 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 230 class ListTopicsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
230 231 232 233 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 230 class ListTopicsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |