Class: Google::Apis::BigtableadminV2::ColumnFamily
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::ColumnFamily
- 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 set of columns within a table which share a common configuration.
Instance Attribute Summary collapse
-
#gc_rule ⇒ Google::Apis::BigtableadminV2::GcRule
Rule for determining which cells to delete during garbage collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ColumnFamily
constructor
A new instance of ColumnFamily.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ColumnFamily
Returns a new instance of ColumnFamily
373 374 375 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 373 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gc_rule ⇒ Google::Apis::BigtableadminV2::GcRule
Rule for determining which cells to delete during garbage collection.
Corresponds to the JSON property gcRule
371 372 373 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 371 def gc_rule @gc_rule end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
378 379 380 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 378 def update!(**args) @gc_rule = args[:gc_rule] if args.key?(:gc_rule) end |