Class: Google::Cloud::GkeBackup::V1::UpdateBackupPlanRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::UpdateBackupPlanRequest
- 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
-
#backup_plan ⇒ ::Google::Cloud::GkeBackup::V1::BackupPlan
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
This is used to specify the fields to be overwritten in the BackupPlan targeted for update.
Instance Attribute Details
#backup_plan ⇒ ::Google::Cloud::GkeBackup::V1::BackupPlan
155 156 157 158 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 155 class UpdateBackupPlanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
155 156 157 158 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 155 class UpdateBackupPlanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |