Class: Google::Cloud::Bigtable::Admin::V2::GcRule::Union
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::GcRule::Union
- 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 any of the given rules.
Instance Attribute Summary collapse
-
#rules ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::GcRule>
Delete cells which would be deleted by any element of
rules
.
Instance Attribute Details
#rules ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::GcRule>
Returns Delete cells which would be deleted by any element of rules
.
352 353 354 355 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 352 class Union include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |