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

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 request for ListBackupSchedules.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. Number of backup schedules to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.

Returns:

  • (::Integer)

    Optional. Number of backup schedules to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.



173
174
175
176
# File 'proto_docs/google/spanner/admin/database/v1/backup_schedule.rb', line 173

class ListBackupSchedulesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. If non-empty, page_token should contain a next_page_token from a previous ListBackupSchedulesResponse to the same parent.

Returns:



173
174
175
176
# File 'proto_docs/google/spanner/admin/database/v1/backup_schedule.rb', line 173

class ListBackupSchedulesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Database is the parent resource whose backup schedules should be listed. Values are of the form projects//instances//databases/.

Returns:

  • (::String)

    Required. Database is the parent resource whose backup schedules should be listed. Values are of the form projects//instances//databases/



173
174
175
176
# File 'proto_docs/google/spanner/admin/database/v1/backup_schedule.rb', line 173

class ListBackupSchedulesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end