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:



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

class Finding; end

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

Returns The type of content that might have been found. Provided if excluded_types is false.

Returns:



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

class Finding; end

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

Returns Confidence of how likely it is that the info_type is correct.

Returns:



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

class Finding; end

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

Returns Where the content was found.

Returns:



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

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 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.

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 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.



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

class Finding; end

#quote_infoGoogle::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.

Returns:

  • (Google::Privacy::Dlp::V2::QuoteInfo)

    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.



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

class Finding; end