Class: Google::Privacy::Dlp::V2::Finding

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_timeGoogle::Protobuf::Timestamp

Returns Timestamp when finding was detected.

Returns:



168
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 168

class Finding; end

#info_typeGoogle::Privacy::Dlp::V2::InfoType

Returns The type of content that might have been found. Provided if requested by the +InspectConfig+.

Returns:



168
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 168

class Finding; end

#likelihoodGoogle::Privacy::Dlp::V2::Likelihood

Returns Estimate of how likely it is that the +info_type+ is correct.

Returns:



168
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 168

class Finding; end

#locationGoogle::Privacy::Dlp::V2::Location

Returns Where the content was found.

Returns:



168
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 168

class Finding; end

#quoteString

Returns The content that was found. Even if the content is not textual, it may be converted to a textual representation here. Provided if requested by the +InspectConfig+ 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.

Returns:

  • (String)

    The content that was found. Even if the content is not textual, it may be converted to a textual representation here. Provided if requested by the +InspectConfig+ 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.



168
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 168

class Finding; end

#quote_infoGoogle::Privacy::Dlp::V2::QuoteInfo

Returns InfoType-dependent details parsed from quote.

Returns:



168
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 168

class Finding; end