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