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

Returns 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]+



562
563
564
565
# File 'proto_docs/google/bigtable/v2/data.rb', line 562

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