Class: Google::Cloud::GkeBackup::V1::UpdateBackupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::UpdateBackupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/gkebackup.rb
Overview
Request message for UpdateBackup.
Instance Attribute Summary collapse
-
#backup ⇒ ::Google::Cloud::GkeBackup::V1::Backup
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#backup ⇒ ::Google::Cloud::GkeBackup::V1::Backup
Returns Required. A new version of the Backup resource that contains updated
fields. This may be sparsely populated if an update_mask
is provided.
270 271 272 273 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 270 class UpdateBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. This is used to specify the fields to be overwritten in the
Backup targeted for update. The values for each of these
updated fields will be taken from the backup_plan
provided
with this request. Field names are relative to the root of the resource.
If no update_mask
is provided, all fields in backup
will be
written to the target Backup resource.
Note that OUTPUT_ONLY and IMMUTABLE fields in backup
are ignored
and are not used to update the target Backup.
270 271 272 273 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 270 class UpdateBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |