Class: Google::Cloud::Dlp::V2::DocumentLocation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::DocumentLocation
 
 
- 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
- 
  
    
      #file_offset  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Offset of the line, from the beginning of the file, where the finding is located.
 
Instance Attribute Details
#file_offset ⇒ ::Integer
Returns Offset of the line, from the beginning of the file, where the finding is located.
      552 553 554 555  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 552 class DocumentLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |