Class: Google::Cloud::Spanner::Admin::Database::V1::BackupScheduleSpec
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Database::V1::BackupScheduleSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/admin/database/v1/backup_schedule.rb
Overview
Defines specifications of the backup schedule.
Instance Attribute Summary collapse
-
#cron_spec ⇒ ::Google::Cloud::Spanner::Admin::Database::V1::CrontabSpec
Cron style schedule specification.
Instance Attribute Details
#cron_spec ⇒ ::Google::Cloud::Spanner::Admin::Database::V1::CrontabSpec
Returns Cron style schedule specification.
30 31 32 33 |
# File 'proto_docs/google/spanner/admin/database/v1/backup_schedule.rb', line 30 class BackupScheduleSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |