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
-
#filter ⇒ ::String
An expression that filters the list of returned backups.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns An expression that filters the list of returned backups.
A filter expression consists of a field name, a comparison operator, and a
value for filtering.
The value must be a string, a number, or a boolean. The comparison operator
must be one of: <
, >
, <=
, >=
, !=
, =
, or :
.
Colon :
is the contains operator. Filter rules are not case sensitive.
The following fields in the Backup are eligible for filtering:
database_uid
(supports=
only).
604 605 606 607 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 604 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
604 605 606 607 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 604 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |