Class: Google::Cloud::Firestore::Admin::V1::Progress
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Firestore::Admin::V1::Progress
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/firestore/admin/v1/operation.rb
 
Overview
Describes the progress of the operation. Unit of work is generic and must be interpreted based on where Progress is used.
Instance Attribute Summary collapse
- 
  
    
      #completed_work  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The amount of work completed.
 - 
  
    
      #estimated_work  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The amount of work estimated.