Class: Google::Privacy::Dlp::V2::RecordLocation

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

Instance Attribute Details

#field_idGoogle::Privacy::Dlp::V2::FieldId

Returns Field id of the field containing the finding.

Returns:



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

class RecordLocation; end

#record_keyGoogle::Privacy::Dlp::V2::RecordKey

Returns Key of the finding.

Returns:



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

class RecordLocation; end

#table_locationGoogle::Privacy::Dlp::V2::TableLocation

Returns Location within a ContentItem.Table.

Returns:



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

class RecordLocation; end