Class: Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::KAnonymityResult::KAnonymityHistogramBucket
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::KAnonymityResult::KAnonymityHistogramBucket
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Histogram of k-anonymity equivalence classes.
Instance Attribute Summary collapse
- 
  
    
      #bucket_size  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Total number of equivalence classes in this bucket.
 - 
  
    
      #bucket_value_count  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Total number of distinct equivalence classes in this bucket.
 - 
  
    
      #bucket_values  ⇒ ::Array<::Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::KAnonymityResult::KAnonymityEquivalenceClass> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Sample of equivalence classes in this bucket.
 - 
  
    
      #equivalence_class_size_lower_bound  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Lower bound on the size of the equivalence classes in this bucket.
 - 
  
    
      #equivalence_class_size_upper_bound  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Upper bound on the size of the equivalence classes in this bucket.
 
Instance Attribute Details
#bucket_size ⇒ ::Integer
Returns Total number of equivalence classes in this bucket.
      1862 1863 1864 1865  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1862 class KAnonymityHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#bucket_value_count ⇒ ::Integer
Returns Total number of distinct equivalence classes in this bucket.
      1862 1863 1864 1865  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1862 class KAnonymityHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#bucket_values ⇒ ::Array<::Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::KAnonymityResult::KAnonymityEquivalenceClass>
Returns Sample of equivalence classes in this bucket. The total number of classes returned per bucket is capped at 20.
      1862 1863 1864 1865  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1862 class KAnonymityHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#equivalence_class_size_lower_bound ⇒ ::Integer
Returns Lower bound on the size of the equivalence classes in this bucket.
      1862 1863 1864 1865  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1862 class KAnonymityHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#equivalence_class_size_upper_bound ⇒ ::Integer
Returns Upper bound on the size of the equivalence classes in this bucket.
      1862 1863 1864 1865  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1862 class KAnonymityHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |