Class: Google::Privacy::Dlp::V2beta1::Finding
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::Finding
- 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
-
#create_time ⇒ Google::Protobuf::Timestamp
Timestamp when finding was detected.
-
#info_type ⇒ Google::Privacy::Dlp::V2beta1::InfoType
The specific type of info the string might be.
-
#likelihood ⇒ Google::Privacy::Dlp::V2beta1::Likelihood
Estimate of how likely it is that the info_type is correct.
-
#location ⇒ Google::Privacy::Dlp::V2beta1::Location
Location of the info found.
-
#quote ⇒ String
The specific string that may be potentially sensitive info.
Instance Attribute Details
#create_time ⇒ Google::Protobuf::Timestamp
Returns Timestamp when finding was detected.
136 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 136 class Finding; end |
#info_type ⇒ Google::Privacy::Dlp::V2beta1::InfoType
Returns The specific type of info the string might be.
136 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 136 class Finding; end |
#likelihood ⇒ Google::Privacy::Dlp::V2beta1::Likelihood
Returns Estimate of how likely it is that the info_type is correct.
136 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 136 class Finding; end |
#location ⇒ Google::Privacy::Dlp::V2beta1::Location
Returns Location of the info found.
136 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 136 class Finding; end |
#quote ⇒ String
Returns 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 |