Class: Google::Cloud::Filestore::V1::ListSnapshotsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.



575
576
577
578
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 575

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.

Returns:



575
576
577
578
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 575

class ListSnapshotsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end