Class: Google::Cloud::Firestore::Admin::V1::Database::SourceInfo::BackupSource
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Firestore::Admin::V1::Database::SourceInfo::BackupSource
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/firestore/admin/v1/database.rb
 
Overview
Information about a backup that was used to restore a database.
Instance Attribute Summary collapse
- 
  
    
      #backup  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource name of the backup that was used to restore this database.
 
Instance Attribute Details
#backup ⇒ ::String
Returns The resource name of the backup that was used to restore this
database. Format:
projects/{project}/locations/{location}/backups/{backup}.
      166 167 168 169  | 
    
      # File 'proto_docs/google/firestore/admin/v1/database.rb', line 166 class BackupSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |