Class: Google::Cloud::NetApp::V1::ListBackupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::ListBackupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/backup.rb
Overview
ListBackupsResponse is the result of ListBackupsRequest.
Instance Attribute Summary collapse
-
#backups ⇒ ::Array<::Google::Cloud::NetApp::V1::Backup>
A list of backups in the project.
-
#next_page_token ⇒ ::String
The token you can use to retrieve the next page of results.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#backups ⇒ ::Array<::Google::Cloud::NetApp::V1::Backup>
Returns A list of backups in the project.
167 168 169 170 |
# File 'proto_docs/google/cloud/netapp/v1/backup.rb', line 167 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
167 168 169 170 |
# File 'proto_docs/google/cloud/netapp/v1/backup.rb', line 167 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
167 168 169 170 |
# File 'proto_docs/google/cloud/netapp/v1/backup.rb', line 167 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |