Class: Google::Privacy::Dlp::V2::Range
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::Range
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Generic half-open interval [start, end)
Instance Attribute Summary collapse
- 
  
    
      #end  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Index of the last character of the range (exclusive).
 - 
  
    
      #start  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Index of the first character of the range (inclusive).
 
Instance Attribute Details
#end ⇒ Integer
Returns Index of the last character of the range (exclusive).
      262  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 262 class Range; end  | 
  
#start ⇒ Integer
Returns Index of the first character of the range (inclusive).
      262  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 262 class Range; end  |