Class: Google::Cloud::Firestore::Admin::V1::GetBackupScheduleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::GetBackupScheduleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/firestore_admin.rb
Overview
The request for FirestoreAdmin.GetBackupSchedule.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the backup schedule.
Format
projects/{project}/databases/{database}/backupSchedules/{backup_schedule}
.
163 164 165 166 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 163 class GetBackupScheduleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |