Class: Google::Cloud::Dlp::V2::BucketingConfig::Bucket
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::BucketingConfig::Bucket
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Bucket is represented as a range, along with replacement values.
Instance Attribute Summary collapse
- 
  
    
      #max  ⇒ ::Google::Cloud::Dlp::V2::Value 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Upper bound of the range, exclusive; type must match min.
 - 
  
    
      #min  ⇒ ::Google::Cloud::Dlp::V2::Value 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Lower bound of the range, inclusive.
 - 
  
    
      #replacement_value  ⇒ ::Google::Cloud::Dlp::V2::Value 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#max ⇒ ::Google::Cloud::Dlp::V2::Value
Returns Upper bound of the range, exclusive; type must match min.
      2595 2596 2597 2598  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2595 class Bucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#min ⇒ ::Google::Cloud::Dlp::V2::Value
Returns Lower bound of the range, inclusive. Type should be the same as max if used.
      2595 2596 2597 2598  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2595 class Bucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |