Class: Google::Apis::BigtableadminV2::Intersection
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::Intersection
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/bigtableadmin_v2/classes.rb,
generated/google/apis/bigtableadmin_v2/representations.rb,
generated/google/apis/bigtableadmin_v2/representations.rb
Overview
A GcRule which deletes cells matching all of the given rules.
Instance Attribute Summary collapse
-
#rules ⇒ Array<Google::Apis::BigtableadminV2::GcRule>
Only delete cells which would be deleted by every element of
rules
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Intersection
constructor
A new instance of Intersection.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Intersection
Returns a new instance of Intersection
838 839 840 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 838 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rules ⇒ Array<Google::Apis::BigtableadminV2::GcRule>
Only delete cells which would be deleted by every element of rules
.
Corresponds to the JSON property rules
836 837 838 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 836 def rules @rules end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
843 844 845 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 843 def update!(**args) @rules = args[:rules] if args.key?(:rules) end |