Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::Database::SourceInfo::BackupSource.
Information about a backup that was used to restore a database.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup
def backup() -> ::String
Returns
-
(::String) — The resource name of the backup that was used to restore this
database. Format:
projects/{project}/locations/{location}/backups/{backup}
.
#backup=
def backup=(value) -> ::String
Parameter
-
value (::String) — The resource name of the backup that was used to restore this
database. Format:
projects/{project}/locations/{location}/backups/{backup}
.
Returns
-
(::String) — The resource name of the backup that was used to restore this
database. Format:
projects/{project}/locations/{location}/backups/{backup}
.