Class: Google::Cloud::Bigtable::V2::Mutation::DeleteFromColumn
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::Mutation::DeleteFromColumn
- 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
-
#column_qualifier ⇒ ::String
The qualifier of the column from which cells should be deleted.
-
#family_name ⇒ ::String
The name of the family from which cells should be deleted.
-
#time_range ⇒ ::Google::Cloud::Bigtable::V2::TimestampRange
The range of timestamps within which cells should be deleted.
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.
628 629 630 631 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 628 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]+
.
628 629 630 631 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 628 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.
628 629 630 631 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 628 class DeleteFromColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |