Class: Google::Privacy::Dlp::V2beta1::Finding

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb

Overview

Container structure describing a single finding within a string or image.

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeGoogle::Protobuf::Timestamp

Returns Timestamp when finding was detected.

Returns:



136
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 136

class Finding; end

#info_typeGoogle::Privacy::Dlp::V2beta1::InfoType

Returns The specific type of info the string might be.

Returns:



136
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 136

class Finding; end

#likelihoodGoogle::Privacy::Dlp::V2beta1::Likelihood

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

Returns:



136
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 136

class Finding; end

#locationGoogle::Privacy::Dlp::V2beta1::Location

Returns Location of the info found.

Returns:



136
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 136

class Finding; end

#quoteString

Returns The specific string that may be potentially sensitive info.

Returns:

  • (String)

    The specific string that may be potentially sensitive info.



136
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 136

class Finding; end