Class: Google::Cloud::Dlp::V2::DocumentLocation

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 document.

Instance Attribute Summary collapse

Instance Attribute Details

#file_offset::Integer

Returns Offset of the line, from the beginning of the file, where the finding is located.

Returns:

  • (::Integer)

    Offset of the line, from the beginning of the file, where the finding is located.



538
539
540
541
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 538

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