Class: Google::Cloud::Spanner::Admin::Database::V1::UpdateBackupScheduleRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:

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

    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