Class: Google::Cloud::Firestore::Admin::V1::Database::SourceInfo
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Firestore::Admin::V1::Database::SourceInfo
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/firestore/admin/v1/database.rb
 
Overview
Information about the provenance of this database.
Defined Under Namespace
Classes: BackupSource
Instance Attribute Summary collapse
- 
  
    
      #backup  ⇒ ::Google::Cloud::Firestore::Admin::V1::Database::SourceInfo::BackupSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If set, this database was restored from the specified backup (or a snapshot thereof).
 - 
  
    
      #operation  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The associated long-running operation.
 
Instance Attribute Details
#backup ⇒ ::Google::Cloud::Firestore::Admin::V1::Database::SourceInfo::BackupSource
Returns If set, this database was restored from the specified backup (or a snapshot thereof).
      156 157 158 159 160 161 162 163 164 165 166 167 168 169 170  | 
    
      # File 'proto_docs/google/firestore/admin/v1/database.rb', line 156 class SourceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Information about a backup that was used to restore a database. # @!attribute [rw] backup # @return [::String] # The resource name of the backup that was used to restore this # database. Format: # `projects/{project}/locations/{location}/backups/{backup}`. class BackupSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end  | 
  
#operation ⇒ ::String
Returns The associated long-running operation. This field may not be set after
the operation has completed. Format:
projects/{project}/databases/{database}/operations/{operation}.
      156 157 158 159 160 161 162 163 164 165 166 167 168 169 170  | 
    
      # File 'proto_docs/google/firestore/admin/v1/database.rb', line 156 class SourceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Information about a backup that was used to restore a database. # @!attribute [rw] backup # @return [::String] # The resource name of the backup that was used to restore this # database. Format: # `projects/{project}/locations/{location}/backups/{backup}`. class BackupSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end  |