Class: Google::Privacy::Dlp::V2::InspectDataSourceDetails
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::InspectDataSourceDetails
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
The results of an inspect DataSource job.
Defined Under Namespace
Classes: RequestedOptions, Result
Instance Attribute Summary collapse
- 
  
    
      #requested_options  ⇒ Google::Privacy::Dlp::V2::InspectDataSourceDetails::RequestedOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration used for this job.
 - 
  
    
      #result  ⇒ Google::Privacy::Dlp::V2::InspectDataSourceDetails::Result 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A summary of the outcome of this inspect job.
 
Instance Attribute Details
#requested_options ⇒ Google::Privacy::Dlp::V2::InspectDataSourceDetails::RequestedOptions
Returns The configuration used for this job.
      529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 529 class InspectDataSourceDetails # @!attribute [rw] snapshot_inspect_template # @return [Google::Privacy::Dlp::V2::InspectTemplate] # If run with an InspectTemplate, a snapshot of its state at the time of # this run. # @!attribute [rw] job_config # @return [Google::Privacy::Dlp::V2::InspectJobConfig] class RequestedOptions; end # @!attribute [rw] processed_bytes # @return [Integer] # Total size in bytes that were processed. # @!attribute [rw] total_estimated_bytes # @return [Integer] # Estimate of the number of bytes to process. # @!attribute [rw] info_type_stats # @return [Array<Google::Privacy::Dlp::V2::InfoTypeStats>] # Statistics of how many instances of each info type were found during # inspect job. class Result; end end  | 
  
#result ⇒ Google::Privacy::Dlp::V2::InspectDataSourceDetails::Result
Returns A summary of the outcome of this inspect job.
      529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 529 class InspectDataSourceDetails # @!attribute [rw] snapshot_inspect_template # @return [Google::Privacy::Dlp::V2::InspectTemplate] # If run with an InspectTemplate, a snapshot of its state at the time of # this run. # @!attribute [rw] job_config # @return [Google::Privacy::Dlp::V2::InspectJobConfig] class RequestedOptions; end # @!attribute [rw] processed_bytes # @return [Integer] # Total size in bytes that were processed. # @!attribute [rw] total_estimated_bytes # @return [Integer] # Estimate of the number of bytes to process. # @!attribute [rw] info_type_stats # @return [Array<Google::Privacy::Dlp::V2::InfoTypeStats>] # Statistics of how many instances of each info type were found during # inspect job. class Result; end end  |