Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::ListBackupSchedulesResponse.
The response for ListBackupSchedules.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup_schedules
def backup_schedules() -> ::Array<::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule>
Returns
- (::Array<::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule>) — The list of backup schedules for a database.
#backup_schedules=
def backup_schedules=(value) -> ::Array<::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule>
Parameter
- value (::Array<::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule>) — The list of backup schedules for a database.
Returns
- (::Array<::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule>) — The list of backup schedules for a database.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) —
next_page_token
can be sent in a subsequent ListBackupSchedules call to fetch more of the schedules.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) —
next_page_token
can be sent in a subsequent ListBackupSchedules call to fetch more of the schedules.
Returns
-
(::String) —
next_page_token
can be sent in a subsequent ListBackupSchedules call to fetch more of the schedules.