Class: Google::Pubsub::V1::ListTopicSnapshotsResponse
- Inherits:
-
Object
- Object
- Google::Pubsub::V1::ListTopicSnapshotsResponse
- Defined in:
- lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
Overview
Response for the +ListTopicSnapshots+ method.
ALPHA: This feature is part of an alpha release. This API might be
changed in backward-incompatible ways and is not recommended for production
use. It is not subject to any SLA or deprecation policy.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
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.
-
#snapshots ⇒ Array<String>
The names of the snapshots that match the request.
Instance Attribute Details
#next_page_token ⇒ String
Returns 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.
190 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 190 class ListTopicSnapshotsResponse; end |
#snapshots ⇒ Array<String>
Returns The names of the snapshots that match the request.
190 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 190 class ListTopicSnapshotsResponse; end |