Class: Google::Cloud::Bigtable::V2::Mutation::DeleteFromFamily

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

Instance Attribute Details

#family_name::String



515
516
517
518
# File 'proto_docs/google/bigtable/v2/data.rb', line 515

class DeleteFromFamily
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end