Class: Google::Cloud::Dlp::V2::RecordLocation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Location of a finding within a row or record.

Instance Attribute Summary collapse

Instance Attribute Details

#field_id::Google::Cloud::Dlp::V2::FieldId

Returns Field id of the field containing the finding.

Returns:



502
503
504
505
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 502

class RecordLocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#record_key::Google::Cloud::Dlp::V2::RecordKey

Returns Key of the finding.

Returns:



502
503
504
505
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 502

class RecordLocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table_location::Google::Cloud::Dlp::V2::TableLocation

Returns Location within a ContentItem.Table.

Returns:



502
503
504
505
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 502

class RecordLocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end