Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::ListBackupsRequest.
The request for FirestoreAdmin.ListBackups.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
-
(::String) — 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.
#parent=
def parent=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.