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

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

The response for ListBackupSchedules.

Instance Attribute Summary collapse

Instance Attribute Details

#backup_schedules::Array<::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule>

Returns The list of backup schedules for a database.

Returns:



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.

Returns:

  • (::String)

    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