class Google::Apis::BigtableadminV2::ColumnFamily

A set of columns within a table which share a common configuration.

Attributes

gc_rule[RW]

Rule for determining which cells to delete during garbage collection. Corresponds to the JSON property `gcRule` @return [Google::Apis::BigtableadminV2::GcRule]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigtableadmin_v2/classes.rb, line 474
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/bigtableadmin_v2/classes.rb, line 479
def update!(**args)
  @gc_rule = args[:gc_rule] if args.key?(:gc_rule)
end