Class: Google::Cloud::NetApp::V1::UpdateBackupRequest

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

Overview

UpdateBackupRequest updates description and/or labels for a backup.

Instance Attribute Summary collapse

Instance Attribute Details

#backup::Google::Cloud::NetApp::V1::Backup

Returns Required. The backup being updated.

Returns:



223
224
225
226
# File 'proto_docs/google/cloud/netapp/v1/backup.rb', line 223

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

#update_mask::Google::Protobuf::FieldMask

Returns 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.



223
224
225
226
# File 'proto_docs/google/cloud/netapp/v1/backup.rb', line 223

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