Class: Google::Cloud::Bigtable::V2::Mutation::DeleteFromFamily
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::Mutation::DeleteFromFamily
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/data.rb
Overview
A Mutation which deletes all cells from the specified column family.
Instance Attribute Summary collapse
-
#family_name ⇒ ::String
The name of the family from which cells should be deleted.
Instance Attribute Details
#family_name ⇒ ::String
Returns The name of the family from which cells should be deleted.
Must match [-_.a-zA-Z0-9]+
.
638 639 640 641 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 638 class DeleteFromFamily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |