Cloud Spanner Database Admin V1 API - Class Google::Cloud::Spanner::Admin::Database::V1::UpdateBackupScheduleRequest (v1.0.0)

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

#backup_schedule=

def backup_schedule=(value) -> ::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule
Parameter
Returns

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