lib/google/cloud/bigtable/column_family_map.rb in google-cloud-bigtable-2.3.0 vs lib/google/cloud/bigtable/column_family_map.rb in google-cloud-bigtable-2.4.0
- old
+ new
@@ -220,9 +220,11 @@
alias create add
##
# Updates an existing column family in the table.
#
+ # @see https://cloud.google.com/bigtable/docs/garbage-collection Garbage collection
+ #
# @param name [String] Column family name.
# @param gc_rule [Google::Cloud::Bigtable::GcRule] The new garbage
# collection rule to be used for the column family. Optional. The
# service default value will be used when not specified.
#