Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::ModifyColumnFamiliesRequest::Modification (v0.13.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::ModifyColumnFamiliesRequest::Modification.

A create, update, or delete of a particular column family.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create

def create() -> ::Google::Cloud::Bigtable::Admin::V2::ColumnFamily
Returns

#create=

def create=(value) -> ::Google::Cloud::Bigtable::Admin::V2::ColumnFamily
Parameter
Returns

#drop

def drop() -> ::Boolean
Returns
  • (::Boolean) — Drop (delete) the column family with the given ID, or fail if no such family exists.

#drop=

def drop=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Drop (delete) the column family with the given ID, or fail if no such family exists.
Returns
  • (::Boolean) — Drop (delete) the column family with the given ID, or fail if no such family exists.

#id

def id() -> ::String
Returns
  • (::String) — The ID of the column family to be modified.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — The ID of the column family to be modified.
Returns
  • (::String) — The ID of the column family to be modified.

#update

def update() -> ::Google::Cloud::Bigtable::Admin::V2::ColumnFamily
Returns

#update=

def update=(value) -> ::Google::Cloud::Bigtable::Admin::V2::ColumnFamily
Parameter
Returns