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
Returns Optional. If not empty, indicates that there may be more snapshots that
match the request; this value should be passed in a new
ListTopicSnapshotsRequest
to get more snapshots.
598 599 600 601 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 598 class ListTopicSnapshotsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshots ⇒ ::Array<::String>
Returns Optional. The names of the snapshots that match the request.
598 599 600 601 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 598 class ListTopicSnapshotsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |