Class: Google::Cloud::Spanner::Admin::Database::V1::UpdateBackupScheduleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Database::V1::UpdateBackupScheduleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/admin/database/v1/backup_schedule.rb
Overview
The request for UpdateBackupScheduleRequest.
Instance Attribute Summary collapse
-
#backup_schedule ⇒ ::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#backup_schedule ⇒ ::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule
Returns Required. The backup schedule to update. backup_schedule.name
, and the
fields to be updated as specified by update_mask
are required. Other
fields are ignored.
207 208 209 210 |
# File 'proto_docs/google/spanner/admin/database/v1/backup_schedule.rb', line 207 class UpdateBackupScheduleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. A mask specifying which fields in the BackupSchedule resource should be updated. This mask is relative to the BackupSchedule resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally.
207 208 209 210 |
# File 'proto_docs/google/spanner/admin/database/v1/backup_schedule.rb', line 207 class UpdateBackupScheduleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |