Class: Google::Pubsub::V1::ListSnapshotsResponse
- Inherits:
-
Object
- Object
- Google::Pubsub::V1::ListSnapshotsResponse
- Defined in:
- lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
Overview
Response for the +ListSnapshots+ method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
If not empty, indicates that there may be more snapshot that match the request; this value should be passed in a new +ListSnapshotsRequest+.
-
#snapshots ⇒ Array<Google::Pubsub::V1::Snapshot>
The resulting snapshots.
Instance Attribute Details
#next_page_token ⇒ String
Returns If not empty, indicates that there may be more snapshot that match the request; this value should be passed in a new +ListSnapshotsRequest+.
509 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 509 class ListSnapshotsResponse; end |
#snapshots ⇒ Array<Google::Pubsub::V1::Snapshot>
Returns The resulting snapshots.
509 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 509 class ListSnapshotsResponse; end |