Class: Google::Privacy::Dlp::V2::RecordLocation
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::RecordLocation
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Location of a finding within a row or record.
Instance Attribute Summary collapse
-
#field_id ⇒ Google::Privacy::Dlp::V2::FieldId
Field id of the field containing the finding.
-
#record_key ⇒ Google::Privacy::Dlp::V2::RecordKey
Key of the finding.
-
#table_location ⇒ Google::Privacy::Dlp::V2::TableLocation
Location within a +ContentItem.Table+.
Instance Attribute Details
#field_id ⇒ Google::Privacy::Dlp::V2::FieldId
Returns Field id of the field containing the finding.
247 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 247 class RecordLocation; end |
#record_key ⇒ Google::Privacy::Dlp::V2::RecordKey
Returns Key of the finding.
247 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 247 class RecordLocation; end |
#table_location ⇒ Google::Privacy::Dlp::V2::TableLocation
Returns Location within a +ContentItem.Table+.
247 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 247 class RecordLocation; end |