Class: Google::Cloud::GkeBackup::V1::UpdateRestoreRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::UpdateRestoreRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/gkebackup.rb
Overview
Request message for UpdateRestore.
Instance Attribute Summary collapse
-
#restore ⇒ ::Google::Cloud::GkeBackup::V1::Restore
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#restore ⇒ ::Google::Cloud::GkeBackup::V1::Restore
Returns Required. A new version of the Restore resource that contains updated
fields. This may be sparsely populated if an update_mask
is provided.
575 576 577 578 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 575 class UpdateRestoreRequest 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
Restore targeted for update. The values for each of these
updated fields will be taken from the restore
provided
with this request. Field names are relative to the root of the resource.
If no update_mask
is provided, all fields in restore
will be
written to the target Restore resource.
Note that OUTPUT_ONLY and IMMUTABLE fields in restore
are ignored
and are not used to update the target Restore.
575 576 577 578 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 575 class UpdateRestoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |