Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::UpdateBackupVaultRequest.
UpdateBackupVaultRequest updates description and/or labels for a backupVault.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup_vault
def backup_vault() -> ::Google::Cloud::NetApp::V1::BackupVault
Returns
- (::Google::Cloud::NetApp::V1::BackupVault) — Required. The backupVault being updated
#backup_vault=
def backup_vault=(value) -> ::Google::Cloud::NetApp::V1::BackupVault
Parameter
- value (::Google::Cloud::NetApp::V1::BackupVault) — Required. The backupVault being updated
Returns
- (::Google::Cloud::NetApp::V1::BackupVault) — Required. The backupVault being updated
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. Field mask is used to specify the fields to be overwritten in the Backup resource to be updated. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. Field mask is used to specify the fields to be overwritten in the Backup resource to be updated. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
Returns
- (::Google::Protobuf::FieldMask) — Required. Field mask is used to specify the fields to be overwritten in the Backup resource to be updated. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.