Class: Google::Privacy::Dlp::V2::Finding
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::Finding
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Represents a piece of potentially sensitive content.
Instance Attribute Summary collapse
- 
  
    
      #create_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp when finding was detected.
 - 
  
    
      #info_type  ⇒ Google::Privacy::Dlp::V2::InfoType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of content that might have been found.
 - 
  
    
      #likelihood  ⇒ Google::Privacy::Dlp::V2::Likelihood 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Confidence of how likely it is that the +info_type+ is correct.
 - 
  
    
      #location  ⇒ Google::Privacy::Dlp::V2::Location 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Where the content was found.
 - 
  
    
      #quote  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The content that was found.
 - 
  
    
      #quote_info  ⇒ Google::Privacy::Dlp::V2::QuoteInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains data parsed from quotes.
 
Instance Attribute Details
#create_time ⇒ Google::Protobuf::Timestamp
Returns Timestamp when finding was detected.
      181  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 181 class Finding; end  | 
  
#info_type ⇒ Google::Privacy::Dlp::V2::InfoType
Returns The type of content that might have been found. Provided if +excluded_types+ is false.
      181  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 181 class Finding; end  | 
  
#likelihood ⇒ Google::Privacy::Dlp::V2::Likelihood
Returns Confidence of how likely it is that the +info_type+ is correct.
      181  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 181 class Finding; end  | 
  
#location ⇒ Google::Privacy::Dlp::V2::Location
Returns Where the content was found.
      181  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 181 class Finding; end  | 
  
#quote ⇒ String
Returns The content that was found. Even if the content is not textual, it may be converted to a textual representation here. Provided if +include_quote+ is true and the finding is less than or equal to 4096 bytes long. If the finding exceeds 4096 bytes in length, the quote may be omitted.
      181  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 181 class Finding; end  | 
  
#quote_info ⇒ Google::Privacy::Dlp::V2::QuoteInfo
Returns Contains data parsed from quotes. Only populated if include_quote was set to true and a supported infoType was requested. Currently supported infoTypes: DATE, DATE_OF_BIRTH and TIME.
      181  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 181 class Finding; end  |