Class: Google::Bigtable::Admin::V2::ModifyColumnFamiliesRequest::Modification

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#createGoogle::Bigtable::Admin::V2::ColumnFamily

Returns Create a new column family with the specified schema, or fail if one already exists with the given ID.

Returns:



181
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 181

class Modification; end

#droptrue, false

Returns Drop (delete) the column family with the given ID, or fail if no such family exists.

Returns:

  • (true, false)

    Drop (delete) the column family with the given ID, or fail if no such family exists.



181
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 181

class Modification; end

#idString

Returns The ID of the column family to be modified.

Returns:

  • (String)

    The ID of the column family to be modified.



181
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 181

class Modification; end

#updateGoogle::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.

Returns:



181
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 181

class Modification; end