Class: Google::Cloud::PubSub::V1::ListSnapshotsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ListSnapshotsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Response for the ListSnapshots
method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Optional.
-
#snapshots ⇒ ::Array<::Google::Cloud::PubSub::V1::Snapshot>
Optional.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Optional. If not empty, indicates that there may be more snapshot that
match the request; this value should be passed in a new
ListSnapshotsRequest
.
1651 1652 1653 1654 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1651 class ListSnapshotsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshots ⇒ ::Array<::Google::Cloud::PubSub::V1::Snapshot>
Returns Optional. The resulting snapshots.
1651 1652 1653 1654 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1651 class ListSnapshotsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |