Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::Mutation::DeleteFromColumn (v0.8.0)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::Mutation::DeleteFromColumn.

A Mutation which deletes cells from the specified column, optionally restricting the deletions to a given timestamp range.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#column_qualifier

def column_qualifier() -> ::String
Returns
  • (::String) — The qualifier of the column from which cells should be deleted. Can be any byte string, including the empty string.

#column_qualifier=

def column_qualifier=(value) -> ::String
Parameter
  • value (::String) — 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.

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

#time_range

def time_range() -> ::Google::Cloud::Bigtable::V2::TimestampRange
Returns

#time_range=

def time_range=(value) -> ::Google::Cloud::Bigtable::V2::TimestampRange
Parameter
Returns