Class: Google::Cloud::NetApp::V1::GetBackupVaultRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/netapp/v1/backup_vault.rb

Overview

GetBackupVaultRequest gets the state of a backupVault.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The backupVault resource name, in the format projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}.

Returns:

  • (::String)

    Required. The backupVault resource name, in the format projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}



82
83
84
85
# File 'proto_docs/google/cloud/netapp/v1/backup_vault.rb', line 82

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