Class: Google::Cloud::PubSub::V1::ListTopicSnapshotsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ListTopicSnapshotsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Response for the ListTopicSnapshots method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Optional.
-
#snapshots ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#next_page_token ⇒ ::String
1063 1064 1065 1066 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1063 class ListTopicSnapshotsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshots ⇒ ::Array<::String>
1063 1064 1065 1066 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1063 class ListTopicSnapshotsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |