Class: Google::Bigtable::Admin::V2::GcRule::Intersection
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::Admin::V2::GcRule::Intersection
 
 
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb
 
Overview
A GcRule which deletes cells matching all of the given rules.
Instance Attribute Summary collapse
- 
  
    
      #rules  ⇒ Array<Google::Bigtable::Admin::V2::GcRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Only delete cells which would be deleted by every element of +rules+.
 
Instance Attribute Details
#rules ⇒ Array<Google::Bigtable::Admin::V2::GcRule>
Returns Only delete cells which would be deleted by every element of +rules+.
      142  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb', line 142 class Intersection; end  |