Class: Google::Cloud::Firestore::Admin::V1::ListBackupSchedulesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::ListBackupSchedulesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/firestore_admin.rb
Overview
The response for FirestoreAdmin.ListBackupSchedules.
Instance Attribute Summary collapse
-
#backup_schedules ⇒ ::Array<::Google::Cloud::Firestore::Admin::V1::BackupSchedule>
List of all backup schedules.
Instance Attribute Details
#backup_schedules ⇒ ::Array<::Google::Cloud::Firestore::Admin::V1::BackupSchedule>
Returns List of all backup schedules.
198 199 200 201 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 198 class ListBackupSchedulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |