Class: Google::Bigtable::Admin::V2::ModifyColumnFamiliesRequest::Modification
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::Admin::V2::ModifyColumnFamiliesRequest::Modification
 
 
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb
 
Overview
A create, update, or delete of a particular column family.
Instance Attribute Summary collapse
- 
  
    
      #create  ⇒ Google::Bigtable::Admin::V2::ColumnFamily 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Create a new column family with the specified schema, or fail if one already exists with the given ID.
 - 
  
    
      #drop  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Drop (delete) the column family with the given ID, or fail if no such family exists.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the column family to be modified.
 - 
  
    
      #update  ⇒ Google::Bigtable::Admin::V2::ColumnFamily 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
 
Instance Attribute Details
#create ⇒ Google::Bigtable::Admin::V2::ColumnFamily
Returns Create a new column family with the specified schema, or fail if one already exists with the given ID.
      176  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 176 class Modification; end  | 
  
#drop ⇒ true, false
Returns Drop (delete) the column family with the given ID, or fail if no such family exists.
      176  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 176 class Modification; end  | 
  
#id ⇒ String
Returns The ID of the column family to be modified.
      176  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 176 class Modification; end  | 
  
#update ⇒ Google::Bigtable::Admin::V2::ColumnFamily
Returns Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
      176  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 176 class Modification; end  |