Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::CreateBackupScheduleRequest.
The request for CreateBackupSchedule.
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 create.
#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 create.
Returns
- (::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule) — Required. The backup schedule to create.
#backup_schedule_id
def backup_schedule_id() -> ::String
Returns
-
(::String) — Required. The Id to use for the backup schedule. The
backup_schedule_id
appended toparent
forms the full backup schedule name of the formprojects/<project>/instances/<instance>/databases/<database>/backupSchedules/<backup_schedule_id>
.
#backup_schedule_id=
def backup_schedule_id=(value) -> ::String
Parameter
-
value (::String) — Required. The Id to use for the backup schedule. The
backup_schedule_id
appended toparent
forms the full backup schedule name of the formprojects/<project>/instances/<instance>/databases/<database>/backupSchedules/<backup_schedule_id>
.
Returns
-
(::String) — Required. The Id to use for the backup schedule. The
backup_schedule_id
appended toparent
forms the full backup schedule name of the formprojects/<project>/instances/<instance>/databases/<database>/backupSchedules/<backup_schedule_id>
.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The name of the database that this backup schedule applies to.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The name of the database that this backup schedule applies to.
Returns
- (::String) — Required. The name of the database that this backup schedule applies to.