Class: Google::Cloud::Bigtable::Admin::V2::GcRule::Intersection
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::GcRule::Intersection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/table.rb
Overview
A GcRule which deletes cells matching all of the given rules.
Instance Attribute Summary collapse
-
#rules ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::GcRule>
Only delete cells which would be deleted by every element of
rules
.
Instance Attribute Details
#rules ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::GcRule>
Returns Only delete cells which would be deleted by every element of rules
.
343 344 345 346 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 343 class Intersection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |