Class: Google::Cloud::Bigtable::V2::Mutation::DeleteFromColumn

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 cells from the specified column, optionally restricting the deletions to a given timestamp range.

Instance Attribute Summary collapse

Instance Attribute Details

#column_qualifier::String

Returns The qualifier of the column from which cells should be deleted. Can be any byte string, including the empty string.

Returns:

  • (::String)

    The qualifier of the column from which cells should be deleted. Can be any byte string, including the empty string.



505
506
507
508
# File 'proto_docs/google/bigtable/v2/data.rb', line 505

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

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



505
506
507
508
# File 'proto_docs/google/bigtable/v2/data.rb', line 505

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

#time_range::Google::Cloud::Bigtable::V2::TimestampRange

Returns The range of timestamps within which cells should be deleted.

Returns:



505
506
507
508
# File 'proto_docs/google/bigtable/v2/data.rb', line 505

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