gcRule = $gcRule; } /** * @return GcRule */ public function getGcRule() { return $this->gcRule; } /** * @param ColumnFamilyStats */ public function setStats(ColumnFamilyStats $stats) { $this->stats = $stats; } /** * @return ColumnFamilyStats */ public function getStats() { return $this->stats; } /** * @param Type */ public function setValueType(Type $valueType) { $this->valueType = $valueType; } /** * @return Type */ public function getValueType() { return $this->valueType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ColumnFamily::class, 'Google_Service_BigtableAdmin_ColumnFamily');