Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::Mutation::DeleteFromFamily.
A Mutation which deletes all cells from the specified column family.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#family_name
def family_name() -> ::String
    Returns
    
  - 
        (::String) — The name of the family from which cells should be deleted.
Must match [-_.a-zA-Z0-9]+
#family_name=
def family_name=(value) -> ::String
    Parameter
    
  - 
        value (::String) — The name of the family from which cells should be deleted.
Must match [-_.a-zA-Z0-9]+
    Returns
    
- 
        (::String) — The name of the family from which cells should be deleted.
Must match [-_.a-zA-Z0-9]+