Class: Google::Cloud::NetApp::V1::GetBackupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::GetBackupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/backup.rb
Overview
GetBackupRequest gets the state of a backup.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The backup resource name, in the format
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
.
177 178 179 180 |
# File 'proto_docs/google/cloud/netapp/v1/backup.rb', line 177 class GetBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |