Class: Google::Cloud::Filestore::V1::ListSnapshotsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Filestore::V1::ListSnapshotsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
ListSnapshotsResponse is the result of ListSnapshotsRequest.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The token you can use to retrieve the next page of results.
-
#snapshots ⇒ ::Array<::Google::Cloud::Filestore::V1::Snapshot>
A list of snapshots in the project for the specified instance.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.
609 610 611 612 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 609 class ListSnapshotsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshots ⇒ ::Array<::Google::Cloud::Filestore::V1::Snapshot>
Returns A list of snapshots in the project for the specified instance.
609 610 611 612 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 609 class ListSnapshotsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |