Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::UpdateBackupScheduleRequest.
The request for UpdateBackupScheduleRequest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup_schedule
def backup_schedule() -> ::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule
Returns
-
(::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule) — Required. The backup schedule to update.
backup_schedule.name
, and the fields to be updated as specified byupdate_mask
are required. Other fields are ignored.
#backup_schedule=
def backup_schedule=(value) -> ::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule
Parameter
-
value (::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule) — Required. The backup schedule to update.
backup_schedule.name
, and the fields to be updated as specified byupdate_mask
are required. Other fields are ignored.
Returns
-
(::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule) — Required. The backup schedule to update.
backup_schedule.name
, and the fields to be updated as specified byupdate_mask
are required. Other fields are ignored.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::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.
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.