Class: Google::Apis::BigtableadminV2::Union
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::Union
- 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 any of the given rules.
Instance Attribute Summary collapse
-
#rules ⇒ Array<Google::Apis::BigtableadminV2::GcRule>
Delete cells which would be deleted by any element of
rules
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Union
constructor
A new instance of Union.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Union
Returns a new instance of Union.
1978 1979 1980 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 1978 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rules ⇒ Array<Google::Apis::BigtableadminV2::GcRule>
Delete cells which would be deleted by any element of rules
.
Corresponds to the JSON property rules
1976 1977 1978 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 1976 def rules @rules end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1983 1984 1985 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 1983 def update!(**args) @rules = args[:rules] if args.key?(:rules) end |