Cloud Spanner Database Admin V1 API - Class Google::Cloud::Spanner::Admin::Database::V1::CreateBackupScheduleRequest (v1.2.0)

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

#backup_schedule=

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

#backup_schedule_id

def backup_schedule_id() -> ::String
Returns
  • (::String) — Required. The Id to use for the backup schedule. The backup_schedule_id appended to parent forms the full backup schedule name of the form projects/<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 to parent forms the full backup schedule name of the form projects/<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 to parent forms the full backup schedule name of the form projects/<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.