Class: Google::Cloud::Firestore::Admin::V1::ListBackupsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::ListBackupsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/firestore_admin.rb
Overview
The request for FirestoreAdmin.ListBackups.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The location to list backups from.
Format is projects/{project}/locations/{location}
.
Use {location} = '-'
to list backups from all locations for the given
project. This allows listing backups from a single location or from all
locations.
492 493 494 495 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 492 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |