Class: Google::Cloud::NetApp::V1::ListBackupVaultsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::ListBackupVaultsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/backup_vault.rb
Overview
ListBackupVaultsResponse is the result of ListBackupVaultsRequest.
Instance Attribute Summary collapse
-
#backup_vaults ⇒ ::Array<::Google::Cloud::NetApp::V1::BackupVault>
A list of backupVaults in the project for the specified location.
-
#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
#backup_vaults ⇒ ::Array<::Google::Cloud::NetApp::V1::BackupVault>
Returns A list of backupVaults in the project for the specified location.
122 123 124 125 |
# File 'proto_docs/google/cloud/netapp/v1/backup_vault.rb', line 122 class ListBackupVaultsResponse 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.
122 123 124 125 |
# File 'proto_docs/google/cloud/netapp/v1/backup_vault.rb', line 122 class ListBackupVaultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
122 123 124 125 |
# File 'proto_docs/google/cloud/netapp/v1/backup_vault.rb', line 122 class ListBackupVaultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |