Class: Google::Cloud::Spanner::Admin::Database::V1::BackupScheduleSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cron_spec::Google::Cloud::Spanner::Admin::Database::V1::CrontabSpec

Returns Cron style schedule specification.

Returns:



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