Class: Google::Cloud::Spanner::Admin::Database::V1::ListBackupSchedulesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Database::V1::ListBackupSchedulesRequest
- 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
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
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.
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
.
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/
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 |