Reference documentation and code samples for the Filestore V1 API class Google::Cloud::Filestore::V1::UpdateBackupRequest.
UpdateBackupRequest updates description and/or labels for a backup.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup
def backup() -> ::Google::Cloud::Filestore::V1::Backup
Returns
- (::Google::Cloud::Filestore::V1::Backup) — Required. A backup resource
#backup=
def backup=(value) -> ::Google::Cloud::Filestore::V1::Backup
Parameter
- value (::Google::Cloud::Filestore::V1::Backup) — Required. A backup resource
Returns
- (::Google::Cloud::Filestore::V1::Backup) — Required. A backup resource
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. Mask of fields to update. At least one path must be supplied in this field.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. Mask of fields to update. At least one path must be supplied in this field.
Returns
- (::Google::Protobuf::FieldMask) — Required. Mask of fields to update. At least one path must be supplied in this field.