Class: Google::Privacy::Dlp::V2::Location
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::Location
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Specifies the location of the finding.
Instance Attribute Summary collapse
- 
  
    
      #byte_range  ⇒ Google::Privacy::Dlp::V2::Range 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Zero-based byte offsets delimiting the finding.
 - 
  
    
      #codepoint_range  ⇒ Google::Privacy::Dlp::V2::Range 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unicode character offsets delimiting the finding.
 - 
  
    
      #content_locations  ⇒ Array<Google::Privacy::Dlp::V2::ContentLocation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of nested objects pointing to the precise location of the finding within the file or record.
 
Instance Attribute Details
#byte_range ⇒ Google::Privacy::Dlp::V2::Range
Returns Zero-based byte offsets delimiting the finding. These are relative to the finding's containing element. Note that when the content is not textual, this references the UTF-8 encoded textual representation of the content. Omitted if content is an image.
      200  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 200 class Location; end  | 
  
#codepoint_range ⇒ Google::Privacy::Dlp::V2::Range
Returns Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.
      200  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 200 class Location; end  | 
  
#content_locations ⇒ Array<Google::Privacy::Dlp::V2::ContentLocation>
Returns List of nested objects pointing to the precise location of the finding within the file or record.
      200  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 200 class Location; end  |