Class: Google::Cloud::GkeBackup::V1::UpdateBackupPlanRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#backup_plan::Google::Cloud::GkeBackup::V1::BackupPlan

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

Returns:



154
155
156
157
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 154

class UpdateBackupPlanRequest
  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 BackupPlan 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 (e.g., description, backup_config.include_volume_data, etc.) If no update_mask is provided, all fields in backup_plan will be written to the target BackupPlan resource. Note that OUTPUT_ONLY and IMMUTABLE fields in backup_plan are ignored and are not used to update the target BackupPlan.

Returns:

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

    This is used to specify the fields to be overwritten in the BackupPlan 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 (e.g., description, backup_config.include_volume_data, etc.) If no update_mask is provided, all fields in backup_plan will be written to the target BackupPlan resource. Note that OUTPUT_ONLY and IMMUTABLE fields in backup_plan are ignored and are not used to update the target BackupPlan.



154
155
156
157
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 154

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