Class: Google::Privacy::Dlp::V2::InspectDataSourceDetails::Result
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::InspectDataSourceDetails::Result
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Instance Attribute Summary collapse
- 
  
    
      #info_type_stats  ⇒ Array<Google::Privacy::Dlp::V2::InfoTypeStats> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Statistics of how many instances of each info type were found during inspect job.
 - 
  
    
      #processed_bytes  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Total size in bytes that were processed.
 - 
  
    
      #total_estimated_bytes  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Estimate of the number of bytes to process.
 
Instance Attribute Details
#info_type_stats ⇒ Array<Google::Privacy::Dlp::V2::InfoTypeStats>
Returns Statistics of how many instances of each info type were found during inspect job.
      549  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 549 class Result; end  | 
  
#processed_bytes ⇒ Integer
Returns Total size in bytes that were processed.
      549  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 549 class Result; end  | 
  
#total_estimated_bytes ⇒ Integer
Returns Estimate of the number of bytes to process.
      549  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 549 class Result; end  |