Class: Google::Privacy::Dlp::V2::BucketingConfig::Bucket
- Inherits:
- 
      Object
      
        - Object
- Google::Privacy::Dlp::V2::BucketingConfig::Bucket
 
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Bucket is represented as a range, along with replacement values.
Instance Attribute Summary collapse
- 
  
    
      #max  ⇒ Google::Privacy::Dlp::V2::Value 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Upper bound of the range, exclusive; type must match min. 
- 
  
    
      #min  ⇒ Google::Privacy::Dlp::V2::Value 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Lower bound of the range, inclusive. 
- 
  
    
      #replacement_value  ⇒ Google::Privacy::Dlp::V2::Value 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Replacement value for this bucket. 
Instance Attribute Details
#max ⇒ Google::Privacy::Dlp::V2::Value
Returns Upper bound of the range, exclusive; type must match min.
| 1307 | # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1307 class Bucket; end | 
#min ⇒ Google::Privacy::Dlp::V2::Value
Returns Lower bound of the range, inclusive. Type should be the same as max if used.
| 1307 | # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1307 class Bucket; end | 
#replacement_value ⇒ Google::Privacy::Dlp::V2::Value
Returns Replacement value for this bucket. If not provided the default behavior will be to hyphenate the min-max range.
| 1307 | # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1307 class Bucket; end |