Class: Google::Cloud::GkeBackup::V1::UpdateRestorePlanRequest

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

Overview

Request message for UpdateRestorePlan.

Instance Attribute Summary collapse

Instance Attribute Details

#restore_plan::Google::Cloud::GkeBackup::V1::RestorePlan

Returns Required. A new version of the RestorePlan resource that contains updated fields. This may be sparsely populated if an update_mask is provided.

Returns:



450
451
452
453
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 450

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

#update_mask::Google::Protobuf::FieldMask

Returns This is used to specify the fields to be overwritten in the RestorePlan targeted for update. The values for each of these updated fields will be taken from the restore_plan provided with this request. Field names are relative to the root of the resource. If no update_mask is provided, all fields in restore_plan will be written to the target RestorePlan resource. Note that OUTPUT_ONLY and IMMUTABLE fields in restore_plan are ignored and are not used to update the target RestorePlan.

Returns:

  • (::Google::Protobuf::FieldMask)

    This is used to specify the fields to be overwritten in the RestorePlan targeted for update. The values for each of these updated fields will be taken from the restore_plan provided with this request. Field names are relative to the root of the resource. If no update_mask is provided, all fields in restore_plan will be written to the target RestorePlan resource. Note that OUTPUT_ONLY and IMMUTABLE fields in restore_plan are ignored and are not used to update the target RestorePlan.



450
451
452
453
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 450

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