Class: Google::Cloud::Spanner::Admin::Database::V1::ListBackupSchedulesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Database::V1::ListBackupSchedulesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/admin/database/v1/backup_schedule.rb
Overview
The response for ListBackupSchedules.
Instance Attribute Summary collapse
-
#backup_schedules ⇒ ::Array<::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule>
The list of backup schedules for a database.
-
#next_page_token ⇒ ::String
next_page_token
can be sent in a subsequent ListBackupSchedules call to fetch more of the schedules.
Instance Attribute Details
#backup_schedules ⇒ ::Array<::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule>
Returns The list of backup schedules for a database.
188 189 190 191 |
# File 'proto_docs/google/spanner/admin/database/v1/backup_schedule.rb', line 188 class ListBackupSchedulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns next_page_token
can be sent in a subsequent
ListBackupSchedules
call to fetch more of the schedules.
188 189 190 191 |
# File 'proto_docs/google/spanner/admin/database/v1/backup_schedule.rb', line 188 class ListBackupSchedulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |